#D1861C

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

Shades of Ochre #D1861C

Tints of Ochre #D1861C

Color information

#D1861C (or 0xD1861C) is unknown color: approx Ochre. HEX triplet: D1, 86 and 1C. RGB value is (209,134,28). Sum of RGB (Red+Green+Blue) = 209+134+28=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1861C is #2E79E3. Grayscale: #909090. Windows color (decimal): -3045860 or 1869521. OLE color: 1869521.

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

Color convert

RGB20913428-
CMYK00.360.870.18
HSL35.14º76.37%46.47%-
HSV(B)35.14º86.6%81.96%-
XYZ35.0330.695.18-
YUV144.3462.35174.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.33%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=56.33%
G=36.12%
B=7.55%

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
Decimal2091342800.360.870.1835.1476.3746.47
HexD1861C0245712234c2e
Octal32120634044127224311456
Binary11010001100001101110001001001010111100101000111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1861C; }

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

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

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

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

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

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

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

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