#D18816

Color #D18816 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D18816

Tints of Ochre #D18816

Color information

#D18816 (or 0xD18816) is unknown color: approx Ochre. HEX triplet: D1, 88 and 16. RGB value is (209,136,22). Sum of RGB (Red+Green+Blue) = 209+136+22=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D18816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18816 is #2E77E9. Grayscale: #919191. Windows color (decimal): -3045354 or 1476817. OLE color: 1476817.

HSL color Cylindrical-coordinate representation of color #D18816: hue angle of 36.58º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18816 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20913622-
CMYK00.350.890.18
HSL36.58º80.95%45.29%-
HSV(B)36.58º89.47%81.96%-
XYZ35.2431.224.93-
YUV144.8358.68173.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 56.95%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 22 (8.98% from 255) = 5.99%
R=56.95%
G=37.06%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091362200.350.890.1836.5880.9545.29
HexD18816023591225512d
Octal32121026043131224512155
Binary11010001100010001011001000111011001100101001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18816; }

 p { color: rgb(209,136,22); }

 H1.HeaderClassName
 {
   color: #D18816;
 }
 .AnyTagClassName
 {
   color: #D18816;
 }
</style>
background-color css

<style>
 a { background-color: #D18816; }

 a { background-color: rgb(209,136,22); }

 div.DivClassName
 {
   background-color: #D18816;
 }
 .BgClassName
 {
   background-color: #D18816;
 }
</style>
border-color css

<style>
 span { border-color: #D18816; }

 span { border-color: rgb(209,136,22); }

 td.TdClassName
 {
   border-color: #D18816;
 }
 .TagClassName
 {
   border-color: #D18816;
 }
</style>