Shades of Chocolate #D5651E
Tints of Chocolate #D5651E
RGB
CMYK
RGB Variations
Color information
#D5651E (or 0xD5651E) is known color: Chocolate. HEX triplet: D5, 65 and 1E. RGB value is (213,101,30). Sum of RGB (Red+Green+Blue) = 213+101+30=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5651E is #2A9AE1. Grayscale: #7E7E7E. Windows color (decimal): -2792162 or 1992149. OLE color: 1992149.
HSL color Cylindrical-coordinate representation of color #D5651E: hue angle of 23.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5651E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.16 |
| HSL | 23.28º | 0.75% | 0.48% | - |
| HSV(B) | 23.28º | 0.86% | 0.84% | - |
| XYZ | 32.33 | 23.55 | 4.07 | - |
| YUV | 126.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 30 | 0 | 0.53 | 0.86 | 0.16 | 23.28 | 0.75 | 0.48 |
| Hex | D5 | 65 | 1E | 0 | 35 | 56 | 10 | 17 | 4B | 30 |
| Octal | 325 | 145 | 36 | 0 | 65 | 126 | 20 | 27 | 113 | 60 |
| Binary | 11010101 | 1100101 | 11110 | 0 | 110101 | 1010110 | 10000 | 10111 | 1001011 | 110000 |
Color Harmonies of #D5651E
Complementary color
Monochromatic Colors of #D5651E
Black with #D5651E
Text Example
Text Example
White with #D5651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5651E; }
p { color: rgb(213,101,30); }
H1.HeaderClassName
{
color: #D5651E;
}
.AnyTagClassName
{
color: #D5651E;
}
</style>
background-color css
<style>
a { background-color: #D5651E; }
a { background-color: rgb(213,101,30); }
div.DivClassName
{
background-color: #D5651E;
}
.BgClassName
{
background-color: #D5651E;
}
</style>
border-color css
<style>
span { border-color: #D5651E; }
span { border-color: rgb(213,101,30); }
td.TdClassName
{
border-color: #D5651E;
}
.TagClassName
{
border-color: #D5651E;
}
</style>