Shades of Chocolate #D0601B
Tints of Chocolate #D0601B
RGB
CMYK
RGB Variations
Color information
#D0601B (or 0xD0601B) is known color: Chocolate. HEX triplet: D0, 60 and 1B. RGB value is (208,96,27). Sum of RGB (Red+Green+Blue) = 208+96+27=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D0601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0601B is #2F9FE4. Grayscale: #7A7A7A. Windows color (decimal): -3121125 or 1794256. OLE color: 1794256.
HSL color Cylindrical-coordinate representation of color #D0601B: hue angle of 22.87º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0601B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 27 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.18 |
| HSL | 22.87º | 0.77% | 0.46% | - |
| HSV(B) | 22.87º | 0.87% | 0.82% | - |
| XYZ | 30.39 | 21.85 | 3.65 | - |
| YUV | 121.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 27 | 0 | 0.54 | 0.87 | 0.18 | 22.87 | 0.77 | 0.46 |
| Hex | D0 | 60 | 1B | 0 | 36 | 57 | 12 | 17 | 4D | 2E |
| Octal | 320 | 140 | 33 | 0 | 66 | 127 | 22 | 27 | 115 | 56 |
| Binary | 11010000 | 1100000 | 11011 | 0 | 110110 | 1010111 | 10010 | 10111 | 1001101 | 101110 |
Color Harmonies of #D0601B
Complementary color
Monochromatic Colors of #D0601B
Black with #D0601B
Text Example
Text Example
White with #D0601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0601B; }
p { color: rgb(208,96,27); }
H1.HeaderClassName
{
color: #D0601B;
}
.AnyTagClassName
{
color: #D0601B;
}
</style>
background-color css
<style>
a { background-color: #D0601B; }
a { background-color: rgb(208,96,27); }
div.DivClassName
{
background-color: #D0601B;
}
.BgClassName
{
background-color: #D0601B;
}
</style>
border-color css
<style>
span { border-color: #D0601B; }
span { border-color: rgb(208,96,27); }
td.TdClassName
{
border-color: #D0601B;
}
.TagClassName
{
border-color: #D0601B;
}
</style>