Shades of Chocolate #D25D13
Tints of Chocolate #D25D13
RGB
CMYK
RGB Variations
Color information
#D25D13 (or 0xD25D13) is known color: Chocolate. HEX triplet: D2, 5D and 13. RGB value is (210,93,19). Sum of RGB (Red+Green+Blue) = 210+93+19=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25D13 is #2DA2EC. Grayscale: #777777. Windows color (decimal): -2990829 or 1269202. OLE color: 1269202.
HSL color Cylindrical-coordinate representation of color #D25D13: hue angle of 23.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25D13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 23.25º | 0.83% | 0.45% | - |
| HSV(B) | 23.25º | 0.91% | 0.82% | - |
| XYZ | 30.61 | 21.58 | 3.17 | - |
| YUV | 119.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 19 | 0 | 0.56 | 0.91 | 0.18 | 23.25 | 0.83 | 0.45 |
| Hex | D2 | 5D | 13 | 0 | 38 | 5B | 12 | 17 | 53 | 2D |
| Octal | 322 | 135 | 23 | 0 | 70 | 133 | 22 | 27 | 123 | 55 |
| Binary | 11010010 | 1011101 | 10011 | 0 | 111000 | 1011011 | 10010 | 10111 | 1010011 | 101101 |
Color Harmonies of #D25D13
Complementary color
Monochromatic Colors of #D25D13
Black with #D25D13
Text Example
Text Example
White with #D25D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D13; }
p { color: rgb(210,93,19); }
H1.HeaderClassName
{
color: #D25D13;
}
.AnyTagClassName
{
color: #D25D13;
}
</style>
background-color css
<style>
a { background-color: #D25D13; }
a { background-color: rgb(210,93,19); }
div.DivClassName
{
background-color: #D25D13;
}
.BgClassName
{
background-color: #D25D13;
}
</style>
border-color css
<style>
span { border-color: #D25D13; }
span { border-color: rgb(210,93,19); }
td.TdClassName
{
border-color: #D25D13;
}
.TagClassName
{
border-color: #D25D13;
}
</style>