Html Css Color HEX #DC8012 Ochre

📋 copy color: '#DC8012'

red 220 ◦ green 128 ◦ blue 18

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

Shades of Ochre #DC8012

Tints of Ochre #DC8012

RGB

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

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

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

R = 60.11%
G = 34.97%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8012 (or 0xDC8012) is known color: Ochre. HEX triplet: DC, 80 and 12. RGB value is (220,128,18). Sum of RGB (Red+Green+Blue) = 220+128+18=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8012 is #237FED. Grayscale: #8F8F8F. Windows color (decimal): -2326510 or 1212636. OLE color: 1212636.

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

Color convert

RGB 220 128 18 -
CMYK 0 0.42 0.92 0.14
HSL 32.67º 0.85% 0.47% -
HSV(B) 32.67º 0.92% 0.86% -
XYZ 37.34 30.7 4.53 -
YUV 142.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 220 128 18 0 0.42 0.92 0.14 32.67 0.85 0.47
Hex DC 80 12 0 2A 5C E 21 55 2F
Octal 334 200 22 0 52 134 16 41 125 57
Binary 11011100 10000000 10010 0 101010 1011100 1110 100001 1010101 101111

Color Harmonies of #DC8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8012

Black with #DC8012

Text Example


Text Example

White with #DC8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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