Shades of Chocolate #D36619
Tints of Chocolate #D36619
RGB
CMYK
RGB Variations
Color information
#D36619 (or 0xD36619) is known color: Chocolate. HEX triplet: D3, 66 and 19. RGB value is (211,102,25). Sum of RGB (Red+Green+Blue) = 211+102+25=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D36619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36619 is #2C99E6. Grayscale: #7E7E7E. Windows color (decimal): -2922983 or 1664723. OLE color: 1664723.
HSL color Cylindrical-coordinate representation of color #D36619: hue angle of 24.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D36619 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.17 |
| HSL | 24.84º | 0.79% | 0.46% | - |
| HSV(B) | 24.84º | 0.88% | 0.83% | - |
| XYZ | 31.79 | 23.42 | 3.77 | - |
| YUV | 125.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 25 | 0 | 0.52 | 0.88 | 0.17 | 24.84 | 0.79 | 0.46 |
| Hex | D3 | 66 | 19 | 0 | 34 | 58 | 11 | 19 | 4F | 2E |
| Octal | 323 | 146 | 31 | 0 | 64 | 130 | 21 | 31 | 117 | 56 |
| Binary | 11010011 | 1100110 | 11001 | 0 | 110100 | 1011000 | 10001 | 11001 | 1001111 | 101110 |
Color Harmonies of #D36619
Complementary color
Monochromatic Colors of #D36619
Black with #D36619
Text Example
Text Example
White with #D36619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36619; }
p { color: rgb(211,102,25); }
H1.HeaderClassName
{
color: #D36619;
}
.AnyTagClassName
{
color: #D36619;
}
</style>
background-color css
<style>
a { background-color: #D36619; }
a { background-color: rgb(211,102,25); }
div.DivClassName
{
background-color: #D36619;
}
.BgClassName
{
background-color: #D36619;
}
</style>
border-color css
<style>
span { border-color: #D36619; }
span { border-color: rgb(211,102,25); }
td.TdClassName
{
border-color: #D36619;
}
.TagClassName
{
border-color: #D36619;
}
</style>