Shades of Chocolate #D77512
Tints of Chocolate #D77512
RGB
CMYK
RGB Variations
Color information
#D77512 (or 0xD77512) is known color: Chocolate. HEX triplet: D7, 75 and 12. RGB value is (215,117,18). Sum of RGB (Red+Green+Blue) = 215+117+18=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77512 is #288AED. Grayscale: #878787. Windows color (decimal): -2657006 or 1209815. OLE color: 1209815.
HSL color Cylindrical-coordinate representation of color #D77512: hue angle of 30.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D77512 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.16 |
| HSL | 30.15º | 0.85% | 0.46% | - |
| HSV(B) | 30.15º | 0.92% | 0.84% | - |
| XYZ | 34.49 | 27.21 | 4.01 | - |
| YUV | 135.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 18 | 0 | 0.46 | 0.92 | 0.16 | 30.15 | 0.85 | 0.46 |
| Hex | D7 | 75 | 12 | 0 | 2E | 5C | 10 | 1E | 55 | 2E |
| Octal | 327 | 165 | 22 | 0 | 56 | 134 | 20 | 36 | 125 | 56 |
| Binary | 11010111 | 1110101 | 10010 | 0 | 101110 | 1011100 | 10000 | 11110 | 1010101 | 101110 |
Color Harmonies of #D77512
Complementary color
Monochromatic Colors of #D77512
Black with #D77512
Text Example
Text Example
White with #D77512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77512; }
p { color: rgb(215,117,18); }
H1.HeaderClassName
{
color: #D77512;
}
.AnyTagClassName
{
color: #D77512;
}
</style>
background-color css
<style>
a { background-color: #D77512; }
a { background-color: rgb(215,117,18); }
div.DivClassName
{
background-color: #D77512;
}
.BgClassName
{
background-color: #D77512;
}
</style>
border-color css
<style>
span { border-color: #D77512; }
span { border-color: rgb(215,117,18); }
td.TdClassName
{
border-color: #D77512;
}
.TagClassName
{
border-color: #D77512;
}
</style>