Shades of Chocolate #D2690C
Tints of Chocolate #D2690C
RGB
CMYK
RGB Variations
Color information
#D2690C (or 0xD2690C) is known color: Chocolate. HEX triplet: D2, 69 and 0C. RGB value is (210,105,12). Sum of RGB (Red+Green+Blue) = 210+105+12=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2690C is #2D96F3. Grayscale: #7E7E7E. Windows color (decimal): -2987764 or 813522. OLE color: 813522.
HSL color Cylindrical-coordinate representation of color #D2690C: hue angle of 28.18º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2690C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.18 |
| HSL | 28.18º | 0.89% | 0.44% | - |
| HSV(B) | 28.18º | 0.94% | 0.82% | - |
| XYZ | 31.7 | 23.83 | 3.28 | - |
| YUV | 125.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 12 | 0 | 0.50 | 0.94 | 0.18 | 28.18 | 0.89 | 0.44 |
| Hex | D2 | 69 | C | 0 | 32 | 5E | 12 | 1C | 59 | 2C |
| Octal | 322 | 151 | 14 | 0 | 62 | 136 | 22 | 34 | 131 | 54 |
| Binary | 11010010 | 1101001 | 1100 | 0 | 110010 | 1011110 | 10010 | 11100 | 1011001 | 101100 |
Color Harmonies of #D2690C
Complementary color
Monochromatic Colors of #D2690C
Black with #D2690C
Text Example
Text Example
White with #D2690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2690C; }
p { color: rgb(210,105,12); }
H1.HeaderClassName
{
color: #D2690C;
}
.AnyTagClassName
{
color: #D2690C;
}
</style>
background-color css
<style>
a { background-color: #D2690C; }
a { background-color: rgb(210,105,12); }
div.DivClassName
{
background-color: #D2690C;
}
.BgClassName
{
background-color: #D2690C;
}
</style>
border-color css
<style>
span { border-color: #D2690C; }
span { border-color: rgb(210,105,12); }
td.TdClassName
{
border-color: #D2690C;
}
.TagClassName
{
border-color: #D2690C;
}
</style>