Shades of Chocolate #D05A1F
Tints of Chocolate #D05A1F
RGB
CMYK
RGB Variations
Color information
#D05A1F (or 0xD05A1F) is known color: Chocolate. HEX triplet: D0, 5A and 1F. RGB value is (208,90,31). Sum of RGB (Red+Green+Blue) = 208+90+31=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A1F is #2FA5E0. Grayscale: #767676. Windows color (decimal): -3122657 or 2054864. OLE color: 2054864.
HSL color Cylindrical-coordinate representation of color #D05A1F: hue angle of 20º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D05A1F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 31 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.18 |
| HSL | 20º | 0.74% | 0.47% | - |
| HSV(B) | 20º | 0.85% | 0.82% | - |
| XYZ | 29.92 | 20.82 | 3.74 | - |
| YUV | 118.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 31 | 0 | 0.57 | 0.85 | 0.18 | 20 | 0.74 | 0.47 |
| Hex | D0 | 5A | 1F | 0 | 39 | 55 | 12 | 14 | 4A | 2F |
| Octal | 320 | 132 | 37 | 0 | 71 | 125 | 22 | 24 | 112 | 57 |
| Binary | 11010000 | 1011010 | 11111 | 0 | 111001 | 1010101 | 10010 | 10100 | 1001010 | 101111 |
Color Harmonies of #D05A1F
Complementary color
Monochromatic Colors of #D05A1F
Black with #D05A1F
Text Example
Text Example
White with #D05A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A1F; }
p { color: rgb(208,90,31); }
H1.HeaderClassName
{
color: #D05A1F;
}
.AnyTagClassName
{
color: #D05A1F;
}
</style>
background-color css
<style>
a { background-color: #D05A1F; }
a { background-color: rgb(208,90,31); }
div.DivClassName
{
background-color: #D05A1F;
}
.BgClassName
{
background-color: #D05A1F;
}
</style>
border-color css
<style>
span { border-color: #D05A1F; }
span { border-color: rgb(208,90,31); }
td.TdClassName
{
border-color: #D05A1F;
}
.TagClassName
{
border-color: #D05A1F;
}
</style>