Html Css Color HEX #DC8013 Ochre

📋 copy color: '#DC8013'

red 220 ◦ green 128 ◦ blue 19

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

Shades of Ochre #DC8013

Tints of Ochre #DC8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 59.95%
G = 34.88%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8013 (or 0xDC8013) is known color: Ochre. HEX triplet: DC, 80 and 13. RGB value is (220,128,19). Sum of RGB (Red+Green+Blue) = 220+128+19=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8013 is #237FEC. Grayscale: #8F8F8F. Windows color (decimal): -2326509 or 1278172. OLE color: 1278172.

HSL color Cylindrical-coordinate representation of color #DC8013: hue angle of 32.54º 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 #DC8013 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 19 -
CMYK 0 0.42 0.91 0.14
HSL 32.54º 0.84% 0.47% -
HSV(B) 32.54º 0.91% 0.86% -
XYZ 37.35 30.7 4.57 -
YUV 143.08 57.98 182.86 -
System Red Green Blue C M Y K H S L
Decimal 220 128 19 0 0.42 0.91 0.14 32.54 0.84 0.47
Hex DC 80 13 0 2A 5B E 21 54 2F
Octal 334 200 23 0 52 133 16 41 124 57
Binary 11011100 10000000 10011 0 101010 1011011 1110 100001 1010100 101111

Color Harmonies of #DC8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8013

Black with #DC8013

Text Example


Text Example

White with #DC8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8013; }

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

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

background-color css

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

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

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

border-color css

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

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

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