Shades of Chocolate #D56A1F
Tints of Chocolate #D56A1F
RGB
CMYK
RGB Variations
Color information
#D56A1F (or 0xD56A1F) is known color: Chocolate. HEX triplet: D5, 6A and 1F. RGB value is (213,106,31). Sum of RGB (Red+Green+Blue) = 213+106+31=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A1F is #2A95E0. Grayscale: #818181. Windows color (decimal): -2790881 or 2058965. OLE color: 2058965.
HSL color Cylindrical-coordinate representation of color #D56A1F: hue angle of 24.73º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D56A1F is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 31 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.16 |
| HSL | 24.73º | 0.75% | 0.48% | - |
| HSV(B) | 24.73º | 0.85% | 0.84% | - |
| XYZ | 32.84 | 24.55 | 4.3 | - |
| YUV | 129.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 31 | 0 | 0.50 | 0.85 | 0.16 | 24.73 | 0.75 | 0.48 |
| Hex | D5 | 6A | 1F | 0 | 32 | 55 | 10 | 19 | 4B | 30 |
| Octal | 325 | 152 | 37 | 0 | 62 | 125 | 20 | 31 | 113 | 60 |
| Binary | 11010101 | 1101010 | 11111 | 0 | 110010 | 1010101 | 10000 | 11001 | 1001011 | 110000 |
Color Harmonies of #D56A1F
Complementary color
Monochromatic Colors of #D56A1F
Black with #D56A1F
Text Example
Text Example
White with #D56A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A1F; }
p { color: rgb(213,106,31); }
H1.HeaderClassName
{
color: #D56A1F;
}
.AnyTagClassName
{
color: #D56A1F;
}
</style>
background-color css
<style>
a { background-color: #D56A1F; }
a { background-color: rgb(213,106,31); }
div.DivClassName
{
background-color: #D56A1F;
}
.BgClassName
{
background-color: #D56A1F;
}
</style>
border-color css
<style>
span { border-color: #D56A1F; }
span { border-color: rgb(213,106,31); }
td.TdClassName
{
border-color: #D56A1F;
}
.TagClassName
{
border-color: #D56A1F;
}
</style>