Shades of Chocolate #D35D19
Tints of Chocolate #D35D19
RGB
CMYK
RGB Variations
Color information
#D35D19 (or 0xD35D19) is known color: Chocolate. HEX triplet: D3, 5D and 19. RGB value is (211,93,25). Sum of RGB (Red+Green+Blue) = 211+93+25=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35D19 is #2CA2E6. Grayscale: #787878. Windows color (decimal): -2925287 or 1662419. OLE color: 1662419.
HSL color Cylindrical-coordinate representation of color #D35D19: hue angle of 21.94º 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 #D35D19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 93 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.17 |
| HSL | 21.94º | 0.79% | 0.46% | - |
| HSV(B) | 21.94º | 0.88% | 0.83% | - |
| XYZ | 30.95 | 21.75 | 3.49 | - |
| YUV | 120.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 25 | 0 | 0.56 | 0.88 | 0.17 | 21.94 | 0.79 | 0.46 |
| Hex | D3 | 5D | 19 | 0 | 38 | 58 | 11 | 16 | 4F | 2E |
| Octal | 323 | 135 | 31 | 0 | 70 | 130 | 21 | 26 | 117 | 56 |
| Binary | 11010011 | 1011101 | 11001 | 0 | 111000 | 1011000 | 10001 | 10110 | 1001111 | 101110 |
Color Harmonies of #D35D19
Complementary color
Monochromatic Colors of #D35D19
Black with #D35D19
Text Example
Text Example
White with #D35D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35D19; }
p { color: rgb(211,93,25); }
H1.HeaderClassName
{
color: #D35D19;
}
.AnyTagClassName
{
color: #D35D19;
}
</style>
background-color css
<style>
a { background-color: #D35D19; }
a { background-color: rgb(211,93,25); }
div.DivClassName
{
background-color: #D35D19;
}
.BgClassName
{
background-color: #D35D19;
}
</style>
border-color css
<style>
span { border-color: #D35D19; }
span { border-color: rgb(211,93,25); }
td.TdClassName
{
border-color: #D35D19;
}
.TagClassName
{
border-color: #D35D19;
}
</style>