#D1851C

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

Shades of Ochre #D1851C

Tints of Ochre #D1851C

Color information

#D1851C (or 0xD1851C) is unknown color: approx Ochre. HEX triplet: D1, 85 and 1C. RGB value is (209,133,28). Sum of RGB (Red+Green+Blue) = 209+133+28=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1851C is #2E7AE3. Grayscale: #909090. Windows color (decimal): -3046116 or 1869265. OLE color: 1869265.

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

Color convert

RGB20913328-
CMYK00.360.870.18
HSL34.81º76.37%46.47%-
HSV(B)34.81º86.6%81.96%-
XYZ34.8930.415.13-
YUV143.7562.68174.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.49%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=56.49%
G=35.95%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091332800.360.870.1834.8176.3746.47
HexD1851C0245712234c2e
Octal32120534044127224311456
Binary11010001100001011110001001001010111100101000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1851C; }

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

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

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

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

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

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

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

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