Shades of Chocolate #D55D19
Tints of Chocolate #D55D19
RGB
CMYK
RGB Variations
Color information
#D55D19 (or 0xD55D19) is known color: Chocolate. HEX triplet: D5, 5D and 19. RGB value is (213,93,25). Sum of RGB (Red+Green+Blue) = 213+93+25=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D19 is #2AA2E6. Grayscale: #797979. Windows color (decimal): -2794215 or 1662421. OLE color: 1662421.
HSL color Cylindrical-coordinate representation of color #D55D19: hue angle of 21.7º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55D19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.16 |
| HSL | 21.7º | 0.79% | 0.47% | - |
| HSV(B) | 21.7º | 0.88% | 0.84% | - |
| XYZ | 31.53 | 22.05 | 3.51 | - |
| YUV | 121.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 25 | 0 | 0.56 | 0.88 | 0.16 | 21.7 | 0.79 | 0.47 |
| Hex | D5 | 5D | 19 | 0 | 38 | 58 | 10 | 16 | 4F | 2F |
| Octal | 325 | 135 | 31 | 0 | 70 | 130 | 20 | 26 | 117 | 57 |
| Binary | 11010101 | 1011101 | 11001 | 0 | 111000 | 1011000 | 10000 | 10110 | 1001111 | 101111 |
Color Harmonies of #D55D19
Complementary color
Monochromatic Colors of #D55D19
Black with #D55D19
Text Example
Text Example
White with #D55D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D19; }
p { color: rgb(213,93,25); }
H1.HeaderClassName
{
color: #D55D19;
}
.AnyTagClassName
{
color: #D55D19;
}
</style>
background-color css
<style>
a { background-color: #D55D19; }
a { background-color: rgb(213,93,25); }
div.DivClassName
{
background-color: #D55D19;
}
.BgClassName
{
background-color: #D55D19;
}
</style>
border-color css
<style>
span { border-color: #D55D19; }
span { border-color: rgb(213,93,25); }
td.TdClassName
{
border-color: #D55D19;
}
.TagClassName
{
border-color: #D55D19;
}
</style>