Html Css Color HEX #DC8017 Ochre

📋 copy color: '#DC8017'

red 220 ◦ green 128 ◦ blue 23

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

Shades of Ochre #DC8017

Tints of Ochre #DC8017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 59.3%
G = 34.5%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8017 (or 0xDC8017) is known color: Ochre. HEX triplet: DC, 80 and 17. RGB value is (220,128,23). Sum of RGB (Red+Green+Blue) = 220+128+23=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8017 is #237FE8. Grayscale: #909090. Windows color (decimal): -2326505 or 1540316. OLE color: 1540316.

HSL color Cylindrical-coordinate representation of color #DC8017: hue angle of 31.98º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8017 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 23 -
CMYK 0 0.42 0.90 0.14
HSL 31.98º 0.81% 0.48% -
HSV(B) 31.98º 0.9% 0.86% -
XYZ 37.39 30.72 4.77 -
YUV 143.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 220 128 23 0 0.42 0.90 0.14 31.98 0.81 0.48
Hex DC 80 17 0 2A 5A E 20 51 30
Octal 334 200 27 0 52 132 16 40 121 60
Binary 11011100 10000000 10111 0 101010 1011010 1110 100000 1010001 110000

Color Harmonies of #DC8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8017

Black with #DC8017

Text Example


Text Example

White with #DC8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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