Shades of Chocolate #D26C1B
Tints of Chocolate #D26C1B
RGB
CMYK
RGB Variations
Color information
#D26C1B (or 0xD26C1B) is known color: Chocolate. HEX triplet: D2, 6C and 1B. RGB value is (210,108,27). Sum of RGB (Red+Green+Blue) = 210+108+27=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C1B is #2D93E4. Grayscale: #818181. Windows color (decimal): -2986981 or 1797330. OLE color: 1797330.
HSL color Cylindrical-coordinate representation of color #D26C1B: hue angle of 26.56º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D26C1B is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 27 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.18 |
| HSL | 26.56º | 0.77% | 0.46% | - |
| HSV(B) | 26.56º | 0.87% | 0.82% | - |
| XYZ | 32.14 | 24.51 | 4.07 | - |
| YUV | 129.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 27 | 0 | 0.49 | 0.87 | 0.18 | 26.56 | 0.77 | 0.46 |
| Hex | D2 | 6C | 1B | 0 | 31 | 57 | 12 | 1B | 4D | 2E |
| Octal | 322 | 154 | 33 | 0 | 61 | 127 | 22 | 33 | 115 | 56 |
| Binary | 11010010 | 1101100 | 11011 | 0 | 110001 | 1010111 | 10010 | 11011 | 1001101 | 101110 |
Color Harmonies of #D26C1B
Complementary color
Monochromatic Colors of #D26C1B
Black with #D26C1B
Text Example
Text Example
White with #D26C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C1B; }
p { color: rgb(210,108,27); }
H1.HeaderClassName
{
color: #D26C1B;
}
.AnyTagClassName
{
color: #D26C1B;
}
</style>
background-color css
<style>
a { background-color: #D26C1B; }
a { background-color: rgb(210,108,27); }
div.DivClassName
{
background-color: #D26C1B;
}
.BgClassName
{
background-color: #D26C1B;
}
</style>
border-color css
<style>
span { border-color: #D26C1B; }
span { border-color: rgb(210,108,27); }
td.TdClassName
{
border-color: #D26C1B;
}
.TagClassName
{
border-color: #D26C1B;
}
</style>