#D0871C

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

Shades of Ochre #D0871C

Tints of Ochre #D0871C

Color information

#D0871C (or 0xD0871C) is unknown color: approx Ochre. HEX triplet: D0, 87 and 1C. RGB value is (208,135,28). Sum of RGB (Red+Green+Blue) = 208+135+28=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0871C is #2F78E3. Grayscale: #919191. Windows color (decimal): -3111140 or 1869776. OLE color: 1869776.

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

Color convert

RGB20813528-
CMYK00.350.870.18
HSL35.67º76.27%46.27%-
HSV(B)35.67º86.54%81.57%-
XYZ34.8930.825.21-
YUV144.6362.18173.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=56.06%
G=36.39%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081352800.350.870.1835.6776.2746.27
HexD0871C0235712244c2e
Octal32020734043127224411456
Binary11010000100001111110001000111010111100101001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0871C; }

 p { color: rgb(208,135,28); }

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

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

 a { background-color: rgb(208,135,28); }

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

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

 span { border-color: rgb(208,135,28); }

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