Shades of Chocolate #D5640D
Tints of Chocolate #D5640D
RGB
CMYK
RGB Variations
Color information
#D5640D (or 0xD5640D) is known color: Chocolate. HEX triplet: D5, 64 and 0D. RGB value is (213,100,13). Sum of RGB (Red+Green+Blue) = 213+100+13=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5640D is #2A9BF2. Grayscale: #7C7C7C. Windows color (decimal): -2792435 or 877781. OLE color: 877781.
HSL color Cylindrical-coordinate representation of color #D5640D: hue angle of 26.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5640D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.16 |
| HSL | 26.1º | 0.88% | 0.44% | - |
| HSV(B) | 26.1º | 0.94% | 0.84% | - |
| XYZ | 32.07 | 23.29 | 3.19 | - |
| YUV | 123.87 | 65.44 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 13 | 0 | 0.53 | 0.94 | 0.16 | 26.1 | 0.88 | 0.44 |
| Hex | D5 | 64 | D | 0 | 35 | 5E | 10 | 1A | 58 | 2C |
| Octal | 325 | 144 | 15 | 0 | 65 | 136 | 20 | 32 | 130 | 54 |
| Binary | 11010101 | 1100100 | 1101 | 0 | 110101 | 1011110 | 10000 | 11010 | 1011000 | 101100 |
Color Harmonies of #D5640D
Complementary color
Monochromatic Colors of #D5640D
Black with #D5640D
Text Example
Text Example
White with #D5640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5640D; }
p { color: rgb(213,100,13); }
H1.HeaderClassName
{
color: #D5640D;
}
.AnyTagClassName
{
color: #D5640D;
}
</style>
background-color css
<style>
a { background-color: #D5640D; }
a { background-color: rgb(213,100,13); }
div.DivClassName
{
background-color: #D5640D;
}
.BgClassName
{
background-color: #D5640D;
}
</style>
border-color css
<style>
span { border-color: #D5640D; }
span { border-color: rgb(213,100,13); }
td.TdClassName
{
border-color: #D5640D;
}
.TagClassName
{
border-color: #D5640D;
}
</style>