Shades of Chocolate #D26C1C
Tints of Chocolate #D26C1C
RGB
CMYK
RGB Variations
Color information
#D26C1C (or 0xD26C1C) is known color: Chocolate. HEX triplet: D2, 6C and 1C. RGB value is (210,108,28). Sum of RGB (Red+Green+Blue) = 210+108+28=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C1C is #2D93E3. Grayscale: #818181. Windows color (decimal): -2986980 or 1862866. OLE color: 1862866.
HSL color Cylindrical-coordinate representation of color #D26C1C: hue angle of 26.37º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D26C1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 28 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.18 |
| HSL | 26.37º | 0.76% | 0.47% | - |
| HSV(B) | 26.37º | 0.87% | 0.82% | - |
| XYZ | 32.15 | 24.51 | 4.14 | - |
| YUV | 129.38 | 70.79 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 28 | 0 | 0.49 | 0.87 | 0.18 | 26.37 | 0.76 | 0.47 |
| Hex | D2 | 6C | 1C | 0 | 31 | 57 | 12 | 1A | 4C | 2F |
| Octal | 322 | 154 | 34 | 0 | 61 | 127 | 22 | 32 | 114 | 57 |
| Binary | 11010010 | 1101100 | 11100 | 0 | 110001 | 1010111 | 10010 | 11010 | 1001100 | 101111 |
Color Harmonies of #D26C1C
Complementary color
Monochromatic Colors of #D26C1C
Black with #D26C1C
Text Example
Text Example
White with #D26C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C1C; }
p { color: rgb(210,108,28); }
H1.HeaderClassName
{
color: #D26C1C;
}
.AnyTagClassName
{
color: #D26C1C;
}
</style>
background-color css
<style>
a { background-color: #D26C1C; }
a { background-color: rgb(210,108,28); }
div.DivClassName
{
background-color: #D26C1C;
}
.BgClassName
{
background-color: #D26C1C;
}
</style>
border-color css
<style>
span { border-color: #D26C1C; }
span { border-color: rgb(210,108,28); }
td.TdClassName
{
border-color: #D26C1C;
}
.TagClassName
{
border-color: #D26C1C;
}
</style>