Html Css Color HEX #DC8213 Ochre

📋 copy color: '#DC8213'

red 220 ◦ green 130 ◦ blue 19

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

Shades of Ochre #DC8213

Tints of Ochre #DC8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 59.62%
G = 35.23%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8213 (or 0xDC8213) is known color: Ochre. HEX triplet: DC, 82 and 13. RGB value is (220,130,19). Sum of RGB (Red+Green+Blue) = 220+130+19=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8213 is #237DEC. Grayscale: #909090. Windows color (decimal): -2325997 or 1278684. OLE color: 1278684.

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

Color convert

RGB 220 130 19 -
CMYK 0 0.41 0.91 0.14
HSL 33.13º 0.84% 0.47% -
HSV(B) 33.13º 0.91% 0.86% -
XYZ 37.62 31.23 4.66 -
YUV 144.26 57.32 182.03 -
System Red Green Blue C M Y K H S L
Decimal 220 130 19 0 0.41 0.91 0.14 33.13 0.84 0.47
Hex DC 82 13 0 29 5B E 21 54 2F
Octal 334 202 23 0 51 133 16 41 124 57
Binary 11011100 10000010 10011 0 101001 1011011 1110 100001 1010100 101111

Color Harmonies of #DC8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8213

Black with #DC8213

Text Example


Text Example

White with #DC8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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