Shades of Chocolate #D25519
Tints of Chocolate #D25519
RGB
CMYK
RGB Variations
Color information
#D25519 (or 0xD25519) is known color: Chocolate. HEX triplet: D2, 55 and 19. RGB value is (210,85,25). Sum of RGB (Red+Green+Blue) = 210+85+25=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D25519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25519 is #2DAAE6. Grayscale: #737373. Windows color (decimal): -2992871 or 1660370. OLE color: 1660370.
HSL color Cylindrical-coordinate representation of color #D25519: hue angle of 19.46º 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 #D25519 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 25 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 19.46º | 0.79% | 0.46% | - |
| HSV(B) | 19.46º | 0.88% | 0.82% | - |
| XYZ | 30 | 20.27 | 3.25 | - |
| YUV | 115.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 25 | 0 | 0.60 | 0.88 | 0.18 | 19.46 | 0.79 | 0.46 |
| Hex | D2 | 55 | 19 | 0 | 3C | 58 | 12 | 13 | 4F | 2E |
| Octal | 322 | 125 | 31 | 0 | 74 | 130 | 22 | 23 | 117 | 56 |
| Binary | 11010010 | 1010101 | 11001 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001111 | 101110 |
Color Harmonies of #D25519
Complementary color
Monochromatic Colors of #D25519
Black with #D25519
Text Example
Text Example
White with #D25519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25519; }
p { color: rgb(210,85,25); }
H1.HeaderClassName
{
color: #D25519;
}
.AnyTagClassName
{
color: #D25519;
}
</style>
background-color css
<style>
a { background-color: #D25519; }
a { background-color: rgb(210,85,25); }
div.DivClassName
{
background-color: #D25519;
}
.BgClassName
{
background-color: #D25519;
}
</style>
border-color css
<style>
span { border-color: #D25519; }
span { border-color: rgb(210,85,25); }
td.TdClassName
{
border-color: #D25519;
}
.TagClassName
{
border-color: #D25519;
}
</style>