Shades of Chocolate #D26526
Tints of Chocolate #D26526
RGB
CMYK
RGB Variations
Color information
#D26526 (or 0xD26526) is known color: Chocolate. HEX triplet: D2, 65 and 26. RGB value is (210,101,38). Sum of RGB (Red+Green+Blue) = 210+101+38=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26526 is #2D9AD9. Grayscale: #7E7E7E. Windows color (decimal): -2988762 or 2516434. OLE color: 2516434.
HSL color Cylindrical-coordinate representation of color #D26526: hue angle of 21.98º 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 #D26526 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.18 |
| HSL | 21.98º | 0.69% | 0.49% | - |
| HSV(B) | 21.98º | 0.82% | 0.82% | - |
| XYZ | 31.58 | 23.15 | 4.64 | - |
| YUV | 126.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 38 | 0 | 0.52 | 0.82 | 0.18 | 21.98 | 0.69 | 0.49 |
| Hex | D2 | 65 | 26 | 0 | 34 | 52 | 12 | 16 | 45 | 31 |
| Octal | 322 | 145 | 46 | 0 | 64 | 122 | 22 | 26 | 105 | 61 |
| Binary | 11010010 | 1100101 | 100110 | 0 | 110100 | 1010010 | 10010 | 10110 | 1000101 | 110001 |
Color Harmonies of #D26526
Complementary color
Monochromatic Colors of #D26526
Black with #D26526
Text Example
Text Example
White with #D26526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26526; }
p { color: rgb(210,101,38); }
H1.HeaderClassName
{
color: #D26526;
}
.AnyTagClassName
{
color: #D26526;
}
</style>
background-color css
<style>
a { background-color: #D26526; }
a { background-color: rgb(210,101,38); }
div.DivClassName
{
background-color: #D26526;
}
.BgClassName
{
background-color: #D26526;
}
</style>
border-color css
<style>
span { border-color: #D26526; }
span { border-color: rgb(210,101,38); }
td.TdClassName
{
border-color: #D26526;
}
.TagClassName
{
border-color: #D26526;
}
</style>