Shades of Chocolate #D26426
Tints of Chocolate #D26426
RGB
CMYK
RGB Variations
Color information
#D26426 (or 0xD26426) is known color: Chocolate. HEX triplet: D2, 64 and 26. RGB value is (210,100,38). Sum of RGB (Red+Green+Blue) = 210+100+38=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26426 is #2D9BD9. Grayscale: #7E7E7E. Windows color (decimal): -2989018 or 2516178. OLE color: 2516178.
HSL color Cylindrical-coordinate representation of color #D26426: hue angle of 21.63º 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 #D26426 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.18 |
| HSL | 21.63º | 0.69% | 0.49% | - |
| HSV(B) | 21.63º | 0.82% | 0.82% | - |
| XYZ | 31.49 | 22.96 | 4.61 | - |
| YUV | 125.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 38 | 0 | 0.52 | 0.82 | 0.18 | 21.63 | 0.69 | 0.49 |
| Hex | D2 | 64 | 26 | 0 | 34 | 52 | 12 | 16 | 45 | 31 |
| Octal | 322 | 144 | 46 | 0 | 64 | 122 | 22 | 26 | 105 | 61 |
| Binary | 11010010 | 1100100 | 100110 | 0 | 110100 | 1010010 | 10010 | 10110 | 1000101 | 110001 |
Color Harmonies of #D26426
Complementary color
Monochromatic Colors of #D26426
Black with #D26426
Text Example
Text Example
White with #D26426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26426; }
p { color: rgb(210,100,38); }
H1.HeaderClassName
{
color: #D26426;
}
.AnyTagClassName
{
color: #D26426;
}
</style>
background-color css
<style>
a { background-color: #D26426; }
a { background-color: rgb(210,100,38); }
div.DivClassName
{
background-color: #D26426;
}
.BgClassName
{
background-color: #D26426;
}
</style>
border-color css
<style>
span { border-color: #D26426; }
span { border-color: rgb(210,100,38); }
td.TdClassName
{
border-color: #D26426;
}
.TagClassName
{
border-color: #D26426;
}
</style>