Html Css Color HEX #DC8316 Ochre

📋 copy color: '#DC8316'

red 220 ◦ green 131 ◦ blue 22

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

Shades of Ochre #DC8316

Tints of Ochre #DC8316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 58.98%
G = 35.12%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8316 (or 0xDC8316) is known color: Ochre. HEX triplet: DC, 83 and 16. RGB value is (220,131,22). Sum of RGB (Red+Green+Blue) = 220+131+22=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8316 is #237CE9. Grayscale: #919191. Windows color (decimal): -2325738 or 1475548. OLE color: 1475548.

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

Color convert

RGB 220 131 22 -
CMYK 0 0.40 0.9 0.14
HSL 33.03º 0.82% 0.47% -
HSV(B) 33.03º 0.9% 0.86% -
XYZ 37.78 31.51 4.85 -
YUV 145.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 220 131 22 0 0.40 0.9 0.14 33.03 0.82 0.47
Hex DC 83 16 0 28 5A E 21 52 2F
Octal 334 203 26 0 50 132 16 41 122 57
Binary 11011100 10000011 10110 0 101000 1011010 1110 100001 1010010 101111

Color Harmonies of #DC8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8316

Black with #DC8316

Text Example


Text Example

White with #DC8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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