Shades of Chocolate #D26C1E
Tints of Chocolate #D26C1E
RGB
CMYK
RGB Variations
Color information
#D26C1E (or 0xD26C1E) is known color: Chocolate. HEX triplet: D2, 6C and 1E. RGB value is (210,108,30). Sum of RGB (Red+Green+Blue) = 210+108+30=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C1E is #2D93E1. Grayscale: #828282. Windows color (decimal): -2986978 or 1993938. OLE color: 1993938.
HSL color Cylindrical-coordinate representation of color #D26C1E: hue angle of 26º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D26C1E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.18 |
| HSL | 26º | 0.75% | 0.47% | - |
| HSV(B) | 26º | 0.86% | 0.82% | - |
| XYZ | 32.18 | 24.52 | 4.27 | - |
| YUV | 129.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 30 | 0 | 0.49 | 0.86 | 0.18 | 26 | 0.75 | 0.47 |
| Hex | D2 | 6C | 1E | 0 | 31 | 56 | 12 | 1A | 4B | 2F |
| Octal | 322 | 154 | 36 | 0 | 61 | 126 | 22 | 32 | 113 | 57 |
| Binary | 11010010 | 1101100 | 11110 | 0 | 110001 | 1010110 | 10010 | 11010 | 1001011 | 101111 |
Color Harmonies of #D26C1E
Complementary color
Monochromatic Colors of #D26C1E
Black with #D26C1E
Text Example
Text Example
White with #D26C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C1E; }
p { color: rgb(210,108,30); }
H1.HeaderClassName
{
color: #D26C1E;
}
.AnyTagClassName
{
color: #D26C1E;
}
</style>
background-color css
<style>
a { background-color: #D26C1E; }
a { background-color: rgb(210,108,30); }
div.DivClassName
{
background-color: #D26C1E;
}
.BgClassName
{
background-color: #D26C1E;
}
</style>
border-color css
<style>
span { border-color: #D26C1E; }
span { border-color: rgb(210,108,30); }
td.TdClassName
{
border-color: #D26C1E;
}
.TagClassName
{
border-color: #D26C1E;
}
</style>