Html Css Color HEX #DC8212 Ochre

📋 copy color: '#DC8212'

red 220 ◦ green 130 ◦ blue 18

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

Shades of Ochre #DC8212

Tints of Ochre #DC8212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 59.78%
G = 35.33%
B = 4.89%

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

#DC8212 (or 0xDC8212) is known color: Ochre. HEX triplet: DC, 82 and 12. RGB value is (220,130,18). Sum of RGB (Red+Green+Blue) = 220+130+18=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8212 is #237DED. Grayscale: #909090. Windows color (decimal): -2325998 or 1213148. OLE color: 1213148.

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

Color convert

RGB 220 130 18 -
CMYK 0 0.41 0.92 0.14
HSL 33.27º 0.85% 0.47% -
HSV(B) 33.27º 0.92% 0.86% -
XYZ 37.61 31.22 4.62 -
YUV 144.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 220 130 18 0 0.41 0.92 0.14 33.27 0.85 0.47
Hex DC 82 12 0 29 5C E 21 55 2F
Octal 334 202 22 0 51 134 16 41 125 57
Binary 11011100 10000010 10010 0 101001 1011100 1110 100001 1010101 101111

Color Harmonies of #DC8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8212

Black with #DC8212

Text Example


Text Example

White with #DC8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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