Html Css Color HEX #DC8216 Ochre

📋 copy color: '#DC8216'

red 220 ◦ green 130 ◦ blue 22

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

Shades of Ochre #DC8216

Tints of Ochre #DC8216

RGB

 RED value IS 220 (86.33% from 255) = 59.14%

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 59.14%
G = 34.95%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8216 (or 0xDC8216) is known color: Ochre. HEX triplet: DC, 82 and 16. RGB value is (220,130,22). Sum of RGB (Red+Green+Blue) = 220+130+22=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8216 is #237DE9. Grayscale: #919191. Windows color (decimal): -2325994 or 1475292. OLE color: 1475292.

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

Color convert

RGB 220 130 22 -
CMYK 0 0.41 0.9 0.14
HSL 32.73º 0.82% 0.47% -
HSV(B) 32.73º 0.9% 0.86% -
XYZ 37.64 31.24 4.8 -
YUV 144.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 220 130 22 0 0.41 0.9 0.14 32.73 0.82 0.47
Hex DC 82 16 0 29 5A E 21 52 2F
Octal 334 202 26 0 51 132 16 41 122 57
Binary 11011100 10000010 10110 0 101001 1011010 1110 100001 1010010 101111

Color Harmonies of #DC8216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8216

Black with #DC8216

Text Example


Text Example

White with #DC8216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8216; }

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

 H1.HeaderClassName
 {
   color: #DC8216;
 }
 .AnyTagClassName
 {
   color: #DC8216;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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