Html Css Color HEX #DC8016 Ochre

📋 copy color: '#DC8016'

red 220 ◦ green 128 ◦ blue 22

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

Shades of Ochre #DC8016

Tints of Ochre #DC8016

RGB

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

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

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

R = 59.46%
G = 34.59%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8016 (or 0xDC8016) is known color: Ochre. HEX triplet: DC, 80 and 16. RGB value is (220,128,22). Sum of RGB (Red+Green+Blue) = 220+128+22=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8016 is #237FE9. Grayscale: #8F8F8F. Windows color (decimal): -2326506 or 1474780. OLE color: 1474780.

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

Color convert

RGB 220 128 22 -
CMYK 0 0.42 0.9 0.14
HSL 32.12º 0.82% 0.47% -
HSV(B) 32.12º 0.9% 0.86% -
XYZ 37.38 30.71 4.72 -
YUV 143.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 220 128 22 0 0.42 0.9 0.14 32.12 0.82 0.47
Hex DC 80 16 0 2A 5A E 20 52 2F
Octal 334 200 26 0 52 132 16 40 122 57
Binary 11011100 10000000 10110 0 101010 1011010 1110 100000 1010010 101111

Color Harmonies of #DC8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8016

Black with #DC8016

Text Example


Text Example

White with #DC8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8016; }

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

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

background-color css

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

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

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

border-color css

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

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

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