Shades of Chocolate #D06A1C
Tints of Chocolate #D06A1C
RGB
CMYK
RGB Variations
Color information
#D06A1C (or 0xD06A1C) is known color: Chocolate. HEX triplet: D0, 6A and 1C. RGB value is (208,106,28). Sum of RGB (Red+Green+Blue) = 208+106+28=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06A1C is #2F95E3. Grayscale: #808080. Windows color (decimal): -3118564 or 1862352. OLE color: 1862352.
HSL color Cylindrical-coordinate representation of color #D06A1C: hue angle of 26º degrees, saturation: 0.76, 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 #D06A1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.18 |
| HSL | 26º | 0.76% | 0.46% | - |
| HSV(B) | 26º | 0.87% | 0.82% | - |
| XYZ | 31.38 | 23.8 | 4.04 | - |
| YUV | 127.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 28 | 0 | 0.49 | 0.87 | 0.18 | 26 | 0.76 | 0.46 |
| Hex | D0 | 6A | 1C | 0 | 31 | 57 | 12 | 1A | 4C | 2E |
| Octal | 320 | 152 | 34 | 0 | 61 | 127 | 22 | 32 | 114 | 56 |
| Binary | 11010000 | 1101010 | 11100 | 0 | 110001 | 1010111 | 10010 | 11010 | 1001100 | 101110 |
Color Harmonies of #D06A1C
Complementary color
Monochromatic Colors of #D06A1C
Black with #D06A1C
Text Example
Text Example
White with #D06A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06A1C; }
p { color: rgb(208,106,28); }
H1.HeaderClassName
{
color: #D06A1C;
}
.AnyTagClassName
{
color: #D06A1C;
}
</style>
background-color css
<style>
a { background-color: #D06A1C; }
a { background-color: rgb(208,106,28); }
div.DivClassName
{
background-color: #D06A1C;
}
.BgClassName
{
background-color: #D06A1C;
}
</style>
border-color css
<style>
span { border-color: #D06A1C; }
span { border-color: rgb(208,106,28); }
td.TdClassName
{
border-color: #D06A1C;
}
.TagClassName
{
border-color: #D06A1C;
}
</style>