Html Css Color HEX #DC8315 Ochre

📋 copy color: '#DC8315'

red 220 ◦ green 131 ◦ blue 21

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

Shades of Ochre #DC8315

Tints of Ochre #DC8315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 59.14%
G = 35.22%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8315 (or 0xDC8315) is known color: Ochre. HEX triplet: DC, 83 and 15. RGB value is (220,131,21). Sum of RGB (Red+Green+Blue) = 220+131+21=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8315 is #237CEA. Grayscale: #919191. Windows color (decimal): -2325739 or 1410012. OLE color: 1410012.

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

Color convert

RGB 220 131 21 -
CMYK 0 0.40 0.90 0.14
HSL 33.17º 0.83% 0.47% -
HSV(B) 33.17º 0.9% 0.86% -
XYZ 37.77 31.5 4.8 -
YUV 145.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 220 131 21 0 0.40 0.90 0.14 33.17 0.83 0.47
Hex DC 83 15 0 28 5A E 21 53 2F
Octal 334 203 25 0 50 132 16 41 123 57
Binary 11011100 10000011 10101 0 101000 1011010 1110 100001 1010011 101111

Color Harmonies of #DC8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8315

Black with #DC8315

Text Example


Text Example

White with #DC8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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