Shades of Chocolate #D36919
Tints of Chocolate #D36919
RGB
CMYK
RGB Variations
Color information
#D36919 (or 0xD36919) is known color: Chocolate. HEX triplet: D3, 69 and 19. RGB value is (211,105,25). Sum of RGB (Red+Green+Blue) = 211+105+25=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D36919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36919 is #2C96E6. Grayscale: #808080. Windows color (decimal): -2922215 or 1665491. OLE color: 1665491.
HSL color Cylindrical-coordinate representation of color #D36919: hue angle of 25.81º 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 #D36919 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.17 |
| HSL | 25.81º | 0.79% | 0.46% | - |
| HSV(B) | 25.81º | 0.88% | 0.83% | - |
| XYZ | 32.09 | 24.02 | 3.87 | - |
| YUV | 127.57 | 70.12 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 25 | 0 | 0.50 | 0.88 | 0.17 | 25.81 | 0.79 | 0.46 |
| Hex | D3 | 69 | 19 | 0 | 32 | 58 | 11 | 1A | 4F | 2E |
| Octal | 323 | 151 | 31 | 0 | 62 | 130 | 21 | 32 | 117 | 56 |
| Binary | 11010011 | 1101001 | 11001 | 0 | 110010 | 1011000 | 10001 | 11010 | 1001111 | 101110 |
Color Harmonies of #D36919
Complementary color
Monochromatic Colors of #D36919
Black with #D36919
Text Example
Text Example
White with #D36919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36919; }
p { color: rgb(211,105,25); }
H1.HeaderClassName
{
color: #D36919;
}
.AnyTagClassName
{
color: #D36919;
}
</style>
background-color css
<style>
a { background-color: #D36919; }
a { background-color: rgb(211,105,25); }
div.DivClassName
{
background-color: #D36919;
}
.BgClassName
{
background-color: #D36919;
}
</style>
border-color css
<style>
span { border-color: #D36919; }
span { border-color: rgb(211,105,25); }
td.TdClassName
{
border-color: #D36919;
}
.TagClassName
{
border-color: #D36919;
}
</style>