Shades of Chocolate #D26613
Tints of Chocolate #D26613
RGB
CMYK
RGB Variations
Color information
#D26613 (or 0xD26613) is known color: Chocolate. HEX triplet: D2, 66 and 13. RGB value is (210,102,19). Sum of RGB (Red+Green+Blue) = 210+102+19=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D26613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26613 is #2D99EC. Grayscale: #7D7D7D. Windows color (decimal): -2988525 or 1271506. OLE color: 1271506.
HSL color Cylindrical-coordinate representation of color #D26613: hue angle of 26.07º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D26613 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.18 |
| HSL | 26.07º | 0.83% | 0.45% | - |
| HSV(B) | 26.07º | 0.91% | 0.82% | - |
| XYZ | 31.45 | 23.25 | 3.45 | - |
| YUV | 124.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 19 | 0 | 0.51 | 0.91 | 0.18 | 26.07 | 0.83 | 0.45 |
| Hex | D2 | 66 | 13 | 0 | 33 | 5B | 12 | 1A | 53 | 2D |
| Octal | 322 | 146 | 23 | 0 | 63 | 133 | 22 | 32 | 123 | 55 |
| Binary | 11010010 | 1100110 | 10011 | 0 | 110011 | 1011011 | 10010 | 11010 | 1010011 | 101101 |
Color Harmonies of #D26613
Complementary color
Monochromatic Colors of #D26613
Black with #D26613
Text Example
Text Example
White with #D26613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26613; }
p { color: rgb(210,102,19); }
H1.HeaderClassName
{
color: #D26613;
}
.AnyTagClassName
{
color: #D26613;
}
</style>
background-color css
<style>
a { background-color: #D26613; }
a { background-color: rgb(210,102,19); }
div.DivClassName
{
background-color: #D26613;
}
.BgClassName
{
background-color: #D26613;
}
</style>
border-color css
<style>
span { border-color: #D26613; }
span { border-color: rgb(210,102,19); }
td.TdClassName
{
border-color: #D26613;
}
.TagClassName
{
border-color: #D26613;
}
</style>