Shades of Chocolate #D26626
Tints of Chocolate #D26626
RGB
CMYK
RGB Variations
Color information
#D26626 (or 0xD26626) is known color: Chocolate. HEX triplet: D2, 66 and 26. RGB value is (210,102,38). Sum of RGB (Red+Green+Blue) = 210+102+38=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D26626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26626 is #2D99D9. Grayscale: #7F7F7F. Windows color (decimal): -2988506 or 2516690. OLE color: 2516690.
HSL color Cylindrical-coordinate representation of color #D26626: hue angle of 22.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D26626 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 38 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.18 |
| HSL | 22.33º | 0.69% | 0.49% | - |
| HSV(B) | 22.33º | 0.82% | 0.82% | - |
| XYZ | 31.68 | 23.34 | 4.67 | - |
| YUV | 127 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 38 | 0 | 0.51 | 0.82 | 0.18 | 22.33 | 0.69 | 0.49 |
| Hex | D2 | 66 | 26 | 0 | 33 | 52 | 12 | 16 | 45 | 31 |
| Octal | 322 | 146 | 46 | 0 | 63 | 122 | 22 | 26 | 105 | 61 |
| Binary | 11010010 | 1100110 | 100110 | 0 | 110011 | 1010010 | 10010 | 10110 | 1000101 | 110001 |
Color Harmonies of #D26626
Complementary color
Monochromatic Colors of #D26626
Black with #D26626
Text Example
Text Example
White with #D26626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26626; }
p { color: rgb(210,102,38); }
H1.HeaderClassName
{
color: #D26626;
}
.AnyTagClassName
{
color: #D26626;
}
</style>
background-color css
<style>
a { background-color: #D26626; }
a { background-color: rgb(210,102,38); }
div.DivClassName
{
background-color: #D26626;
}
.BgClassName
{
background-color: #D26626;
}
</style>
border-color css
<style>
span { border-color: #D26626; }
span { border-color: rgb(210,102,38); }
td.TdClassName
{
border-color: #D26626;
}
.TagClassName
{
border-color: #D26626;
}
</style>