#D18716

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

Shades of Ochre #D18716

Tints of Ochre #D18716

Color information

#D18716 (or 0xD18716) is unknown color: approx Ochre. HEX triplet: D1, 87 and 16. RGB value is (209,135,22). Sum of RGB (Red+Green+Blue) = 209+135+22=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D18716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18716 is #2E78E9. Grayscale: #909090. Windows color (decimal): -3045610 or 1476561. OLE color: 1476561.

HSL color Cylindrical-coordinate representation of color #D18716: hue angle of 36.26º 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 #D18716 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20913522-
CMYK00.350.890.18
HSL36.26º80.95%45.29%-
HSV(B)36.26º89.47%81.96%-
XYZ35.130.944.88-
YUV144.2459.02174.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 22 (8.98% from 255) = 6.01%
R=57.10%
G=36.89%
B=6.01%

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
Decimal2091352200.350.890.1836.2680.9545.29
HexD18716023591224512d
Octal32120726043131224412155
Binary11010001100001111011001000111011001100101001001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18716; }

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

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

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

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

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

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

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

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