Html Css Color HEX #DC8218 Ochre

📋 copy color: '#DC8218'

red 220 ◦ green 130 ◦ blue 24

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

Shades of Ochre #DC8218

Tints of Ochre #DC8218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 58.82%
G = 34.76%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8218 (or 0xDC8218) is known color: Ochre. HEX triplet: DC, 82 and 18. RGB value is (220,130,24). Sum of RGB (Red+Green+Blue) = 220+130+24=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8218 is #237DE7. Grayscale: #919191. Windows color (decimal): -2325992 or 1606364. OLE color: 1606364.

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

Color convert

RGB 220 130 24 -
CMYK 0 0.41 0.89 0.14
HSL 32.45º 0.8% 0.48% -
HSV(B) 32.45º 0.89% 0.86% -
XYZ 37.66 31.25 4.91 -
YUV 144.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 220 130 24 0 0.41 0.89 0.14 32.45 0.8 0.48
Hex DC 82 18 0 29 59 E 20 50 30
Octal 334 202 30 0 51 131 16 40 120 60
Binary 11011100 10000010 11000 0 101001 1011001 1110 100000 1010000 110000

Color Harmonies of #DC8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8218

Black with #DC8218

Text Example


Text Example

White with #DC8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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