Shades of Chocolate #D46A26
Tints of Chocolate #D46A26
RGB
CMYK
RGB Variations
Color information
#D46A26 (or 0xD46A26) is known color: Chocolate. HEX triplet: D4, 6A and 26. RGB value is (212,106,38). Sum of RGB (Red+Green+Blue) = 212+106+38=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46A26 is #2B95D9. Grayscale: #828282. Windows color (decimal): -2856410 or 2517716. OLE color: 2517716.
HSL color Cylindrical-coordinate representation of color #D46A26: hue angle of 23.45º 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 #D46A26 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 38 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.17 |
| HSL | 23.45º | 0.7% | 0.49% | - |
| HSV(B) | 23.45º | 0.82% | 0.83% | - |
| XYZ | 32.66 | 24.45 | 4.83 | - |
| YUV | 129.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 38 | 0 | 0.5 | 0.82 | 0.17 | 23.45 | 0.7 | 0.49 |
| Hex | D4 | 6A | 26 | 0 | 32 | 52 | 11 | 17 | 46 | 31 |
| Octal | 324 | 152 | 46 | 0 | 62 | 122 | 21 | 27 | 106 | 61 |
| Binary | 11010100 | 1101010 | 100110 | 0 | 110010 | 1010010 | 10001 | 10111 | 1000110 | 110001 |
Color Harmonies of #D46A26
Complementary color
Monochromatic Colors of #D46A26
Black with #D46A26
Text Example
Text Example
White with #D46A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A26; }
p { color: rgb(212,106,38); }
H1.HeaderClassName
{
color: #D46A26;
}
.AnyTagClassName
{
color: #D46A26;
}
</style>
background-color css
<style>
a { background-color: #D46A26; }
a { background-color: rgb(212,106,38); }
div.DivClassName
{
background-color: #D46A26;
}
.BgClassName
{
background-color: #D46A26;
}
</style>
border-color css
<style>
span { border-color: #D46A26; }
span { border-color: rgb(212,106,38); }
td.TdClassName
{
border-color: #D46A26;
}
.TagClassName
{
border-color: #D46A26;
}
</style>