Shades of Chocolate #DC5A1F
Tints of Chocolate #DC5A1F
RGB
CMYK
RGB Variations
Color information
#DC5A1F (or 0xDC5A1F) is known color: Chocolate. HEX triplet: DC, 5A and 1F. RGB value is (220,90,31). Sum of RGB (Red+Green+Blue) = 220+90+31=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A1F is #23A5E0. Grayscale: #7A7A7A. Windows color (decimal): -2336225 or 2054876. OLE color: 2054876.
HSL color Cylindrical-coordinate representation of color #DC5A1F: hue angle of 18.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC5A1F is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 31 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.14 |
| HSL | 18.73º | 0.75% | 0.49% | - |
| HSV(B) | 18.73º | 0.86% | 0.86% | - |
| XYZ | 33.42 | 22.63 | 3.9 | - |
| YUV | 122.14 | 76.57 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 31 | 0 | 0.59 | 0.86 | 0.14 | 18.73 | 0.75 | 0.49 |
| Hex | DC | 5A | 1F | 0 | 3B | 56 | E | 13 | 4B | 31 |
| Octal | 334 | 132 | 37 | 0 | 73 | 126 | 16 | 23 | 113 | 61 |
| Binary | 11011100 | 1011010 | 11111 | 0 | 111011 | 1010110 | 1110 | 10011 | 1001011 | 110001 |
Color Harmonies of #DC5A1F
Complementary color
Monochromatic Colors of #DC5A1F
Black with #DC5A1F
Text Example
Text Example
White with #DC5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A1F; }
p { color: rgb(220,90,31); }
H1.HeaderClassName
{
color: #DC5A1F;
}
.AnyTagClassName
{
color: #DC5A1F;
}
</style>
background-color css
<style>
a { background-color: #DC5A1F; }
a { background-color: rgb(220,90,31); }
div.DivClassName
{
background-color: #DC5A1F;
}
.BgClassName
{
background-color: #DC5A1F;
}
</style>
border-color css
<style>
span { border-color: #DC5A1F; }
span { border-color: rgb(220,90,31); }
td.TdClassName
{
border-color: #DC5A1F;
}
.TagClassName
{
border-color: #DC5A1F;
}
</style>