Shades of Chocolate #D5690C
Tints of Chocolate #D5690C
RGB
CMYK
RGB Variations
Color information
#D5690C (or 0xD5690C) is known color: Chocolate. HEX triplet: D5, 69 and 0C. RGB value is (213,105,12). Sum of RGB (Red+Green+Blue) = 213+105+12=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5690C is #2A96F3. Grayscale: #7F7F7F. Windows color (decimal): -2791156 or 813525. OLE color: 813525.
HSL color Cylindrical-coordinate representation of color #D5690C: hue angle of 27.76º degrees, saturation: 0.89, 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 #D5690C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.16 |
| HSL | 27.76º | 0.89% | 0.44% | - |
| HSV(B) | 27.76º | 0.94% | 0.84% | - |
| XYZ | 32.56 | 24.28 | 3.32 | - |
| YUV | 126.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 12 | 0 | 0.51 | 0.94 | 0.16 | 27.76 | 0.89 | 0.44 |
| Hex | D5 | 69 | C | 0 | 33 | 5E | 10 | 1C | 59 | 2C |
| Octal | 325 | 151 | 14 | 0 | 63 | 136 | 20 | 34 | 131 | 54 |
| Binary | 11010101 | 1101001 | 1100 | 0 | 110011 | 1011110 | 10000 | 11100 | 1011001 | 101100 |
Color Harmonies of #D5690C
Complementary color
Monochromatic Colors of #D5690C
Black with #D5690C
Text Example
Text Example
White with #D5690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5690C; }
p { color: rgb(213,105,12); }
H1.HeaderClassName
{
color: #D5690C;
}
.AnyTagClassName
{
color: #D5690C;
}
</style>
background-color css
<style>
a { background-color: #D5690C; }
a { background-color: rgb(213,105,12); }
div.DivClassName
{
background-color: #D5690C;
}
.BgClassName
{
background-color: #D5690C;
}
</style>
border-color css
<style>
span { border-color: #D5690C; }
span { border-color: rgb(213,105,12); }
td.TdClassName
{
border-color: #D5690C;
}
.TagClassName
{
border-color: #D5690C;
}
</style>