#D1871C

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

Shades of Ochre #D1871C

Tints of Ochre #D1871C

Color information

#D1871C (or 0xD1871C) is unknown color: approx Ochre. HEX triplet: D1, 87 and 1C. RGB value is (209,135,28). Sum of RGB (Red+Green+Blue) = 209+135+28=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1871C is #2E78E3. Grayscale: #919191. Windows color (decimal): -3045604 or 1869777. OLE color: 1869777.

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

Color convert

RGB20913528-
CMYK00.350.870.18
HSL35.47º76.37%46.47%-
HSV(B)35.47º86.6%81.96%-
XYZ35.1730.975.22-
YUV144.9362.02173.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 135 (53.12% from 255) = 36.29%
BLUE value IS 28 (11.33% from 255) = 7.53%
R=56.18%
G=36.29%
B=7.53%

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
Decimal2091352800.350.870.1835.4776.3746.47
HexD1871C0235712234c2e
Octal32120734043127224311456
Binary11010001100001111110001000111010111100101000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1871C; }

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

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

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

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

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

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

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

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