Shades of Chocolate #D46C26
Tints of Chocolate #D46C26
RGB
CMYK
RGB Variations
Color information
#D46C26 (or 0xD46C26) is known color: Chocolate. HEX triplet: D4, 6C and 26. RGB value is (212,108,38). Sum of RGB (Red+Green+Blue) = 212+108+38=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C26 is #2B93D9. Grayscale: #838383. Windows color (decimal): -2855898 or 2518228. OLE color: 2518228.
HSL color Cylindrical-coordinate representation of color #D46C26: hue angle of 24.14º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D46C26 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 38 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.17 |
| HSL | 24.14º | 0.7% | 0.49% | - |
| HSV(B) | 24.14º | 0.82% | 0.83% | - |
| XYZ | 32.86 | 24.86 | 4.9 | - |
| YUV | 131.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 38 | 0 | 0.49 | 0.82 | 0.17 | 24.14 | 0.7 | 0.49 |
| Hex | D4 | 6C | 26 | 0 | 31 | 52 | 11 | 18 | 46 | 31 |
| Octal | 324 | 154 | 46 | 0 | 61 | 122 | 21 | 30 | 106 | 61 |
| Binary | 11010100 | 1101100 | 100110 | 0 | 110001 | 1010010 | 10001 | 11000 | 1000110 | 110001 |
Color Harmonies of #D46C26
Complementary color
Monochromatic Colors of #D46C26
Black with #D46C26
Text Example
Text Example
White with #D46C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C26; }
p { color: rgb(212,108,38); }
H1.HeaderClassName
{
color: #D46C26;
}
.AnyTagClassName
{
color: #D46C26;
}
</style>
background-color css
<style>
a { background-color: #D46C26; }
a { background-color: rgb(212,108,38); }
div.DivClassName
{
background-color: #D46C26;
}
.BgClassName
{
background-color: #D46C26;
}
</style>
border-color css
<style>
span { border-color: #D46C26; }
span { border-color: rgb(212,108,38); }
td.TdClassName
{
border-color: #D46C26;
}
.TagClassName
{
border-color: #D46C26;
}
</style>