Shades of Chocolate #D25819
Tints of Chocolate #D25819
RGB
CMYK
RGB Variations
Color information
#D25819 (or 0xD25819) is known color: Chocolate. HEX triplet: D2, 58 and 19. RGB value is (210,88,25). Sum of RGB (Red+Green+Blue) = 210+88+25=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D25819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25819 is #2DA7E6. Grayscale: #757575. Windows color (decimal): -2992103 or 1661138. OLE color: 1661138.
HSL color Cylindrical-coordinate representation of color #D25819: hue angle of 20.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D25819 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 25 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.18 |
| HSL | 20.43º | 0.79% | 0.46% | - |
| HSV(B) | 20.43º | 0.88% | 0.82% | - |
| XYZ | 30.24 | 20.75 | 3.33 | - |
| YUV | 117.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 25 | 0 | 0.58 | 0.88 | 0.18 | 20.43 | 0.79 | 0.46 |
| Hex | D2 | 58 | 19 | 0 | 3A | 58 | 12 | 14 | 4F | 2E |
| Octal | 322 | 130 | 31 | 0 | 72 | 130 | 22 | 24 | 117 | 56 |
| Binary | 11010010 | 1011000 | 11001 | 0 | 111010 | 1011000 | 10010 | 10100 | 1001111 | 101110 |
Color Harmonies of #D25819
Complementary color
Monochromatic Colors of #D25819
Black with #D25819
Text Example
Text Example
White with #D25819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25819; }
p { color: rgb(210,88,25); }
H1.HeaderClassName
{
color: #D25819;
}
.AnyTagClassName
{
color: #D25819;
}
</style>
background-color css
<style>
a { background-color: #D25819; }
a { background-color: rgb(210,88,25); }
div.DivClassName
{
background-color: #D25819;
}
.BgClassName
{
background-color: #D25819;
}
</style>
border-color css
<style>
span { border-color: #D25819; }
span { border-color: rgb(210,88,25); }
td.TdClassName
{
border-color: #D25819;
}
.TagClassName
{
border-color: #D25819;
}
</style>