Shades of Chocolate #D5680D
Tints of Chocolate #D5680D
RGB
CMYK
RGB Variations
Color information
#D5680D (or 0xD5680D) is known color: Chocolate. HEX triplet: D5, 68 and 0D. RGB value is (213,104,13). Sum of RGB (Red+Green+Blue) = 213+104+13=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5680D is #2A97F2. Grayscale: #7E7E7E. Windows color (decimal): -2791411 or 878805. OLE color: 878805.
HSL color Cylindrical-coordinate representation of color #D5680D: hue angle of 27.3º 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 #D5680D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.16 |
| HSL | 27.3º | 0.88% | 0.44% | - |
| HSV(B) | 27.3º | 0.94% | 0.84% | - |
| XYZ | 32.46 | 24.08 | 3.32 | - |
| YUV | 126.22 | 64.11 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 13 | 0 | 0.51 | 0.94 | 0.16 | 27.3 | 0.88 | 0.44 |
| Hex | D5 | 68 | D | 0 | 33 | 5E | 10 | 1B | 58 | 2C |
| Octal | 325 | 150 | 15 | 0 | 63 | 136 | 20 | 33 | 130 | 54 |
| Binary | 11010101 | 1101000 | 1101 | 0 | 110011 | 1011110 | 10000 | 11011 | 1011000 | 101100 |
Color Harmonies of #D5680D
Complementary color
Monochromatic Colors of #D5680D
Black with #D5680D
Text Example
Text Example
White with #D5680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5680D; }
p { color: rgb(213,104,13); }
H1.HeaderClassName
{
color: #D5680D;
}
.AnyTagClassName
{
color: #D5680D;
}
</style>
background-color css
<style>
a { background-color: #D5680D; }
a { background-color: rgb(213,104,13); }
div.DivClassName
{
background-color: #D5680D;
}
.BgClassName
{
background-color: #D5680D;
}
</style>
border-color css
<style>
span { border-color: #D5680D; }
span { border-color: rgb(213,104,13); }
td.TdClassName
{
border-color: #D5680D;
}
.TagClassName
{
border-color: #D5680D;
}
</style>