Html Css Color HEX #DC8211 Ochre

📋 copy color: '#DC8211'

red 220 ◦ green 130 ◦ blue 17

#DC8211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #DC8211

Tints of Ochre #DC8211

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 value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8211 (or 0xDC8211) is known color: 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

RGB 220 130 17 -
CMYK 0 0.41 0.92 0.14
HSL 33.4º 0.86% 0.46% -
HSV(B) 33.4º 0.92% 0.86% -
XYZ 37.6 31.22 4.57 -
YUV 144.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 220 130 17 0 0.41 0.92 0.14 33.4 0.86 0.46
Hex DC 82 11 0 29 5C E 21 56 2E
Octal 334 202 21 0 51 134 16 41 126 56
Binary 11011100 10000010 10001 0 101001 1011100 1110 100001 1010110 101110

Color Harmonies of #DC8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8211

Black with #DC8211

Text Example


Text Example

White with #DC8211

Text Example


Text Example

HTML Codes & Css Web 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>