Shades of Chocolate #D26C1F
Tints of Chocolate #D26C1F
RGB
CMYK
RGB Variations
Color information
#D26C1F (or 0xD26C1F) is known color: Chocolate. HEX triplet: D2, 6C and 1F. RGB value is (210,108,31). Sum of RGB (Red+Green+Blue) = 210+108+31=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C1F is #2D93E0. Grayscale: #828282. Windows color (decimal): -2986977 or 2059474. OLE color: 2059474.
HSL color Cylindrical-coordinate representation of color #D26C1F: hue angle of 25.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D26C1F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.18 |
| HSL | 25.81º | 0.74% | 0.47% | - |
| HSV(B) | 25.81º | 0.85% | 0.82% | - |
| XYZ | 32.19 | 24.53 | 4.33 | - |
| YUV | 129.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 31 | 0 | 0.49 | 0.85 | 0.18 | 25.81 | 0.74 | 0.47 |
| Hex | D2 | 6C | 1F | 0 | 31 | 55 | 12 | 1A | 4A | 2F |
| Octal | 322 | 154 | 37 | 0 | 61 | 125 | 22 | 32 | 112 | 57 |
| Binary | 11010010 | 1101100 | 11111 | 0 | 110001 | 1010101 | 10010 | 11010 | 1001010 | 101111 |
Color Harmonies of #D26C1F
Complementary color
Monochromatic Colors of #D26C1F
Black with #D26C1F
Text Example
Text Example
White with #D26C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C1F; }
p { color: rgb(210,108,31); }
H1.HeaderClassName
{
color: #D26C1F;
}
.AnyTagClassName
{
color: #D26C1F;
}
</style>
background-color css
<style>
a { background-color: #D26C1F; }
a { background-color: rgb(210,108,31); }
div.DivClassName
{
background-color: #D26C1F;
}
.BgClassName
{
background-color: #D26C1F;
}
</style>
border-color css
<style>
span { border-color: #D26C1F; }
span { border-color: rgb(210,108,31); }
td.TdClassName
{
border-color: #D26C1F;
}
.TagClassName
{
border-color: #D26C1F;
}
</style>