#DC8211

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

Shades of Ochre #DC8211

Tints of Ochre #DC8211

Color information

#DC8211 (or 0xDC8211) is unknown color: approx Ochre. HEX triplet: DC, 82 and 11. RGB value is (220,130,17). Sum of RGB (Red+Green+Blue) = 220+130+17=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8211 is #237DEE. Grayscale: #909090. Windows color (decimal): -2325999 or 1147612. OLE color: 1147612.

HSL color Cylindrical-coordinate representation of color #DC8211: hue angle of 33.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8211 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB22013017-
CMYK00.410.920.14
HSL33.4º85.65%46.47%-
HSV(B)33.4º92.27%86.27%-
XYZ37.631.224.57-
YUV144.0356.32182.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 17 (7.03% from 255) = 4.63%
R=59.95%
G=35.42%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201301700.410.920.1433.485.6546.47
HexDC82110295CE21562e
Octal33420221051134164112656
Binary1101110010000010100010101001101110011101000011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8211; }

 p { color: rgb(220,130,17); }

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

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

 a { background-color: rgb(220,130,17); }

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

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

 span { border-color: rgb(220,130,17); }

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