Shades of Chocolate #D9751A
Tints of Chocolate #D9751A
RGB
CMYK
RGB Variations
Color information
#D9751A (or 0xD9751A) is known color: Chocolate. HEX triplet: D9, 75 and 1A. RGB value is (217,117,26). Sum of RGB (Red+Green+Blue) = 217+117+26=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9751A is #268AE5. Grayscale: #888888. Windows color (decimal): -2525926 or 1734105. OLE color: 1734105.
HSL color Cylindrical-coordinate representation of color #D9751A: hue angle of 28.59º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9751A is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 26 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.15 |
| HSL | 28.59º | 0.79% | 0.48% | - |
| HSV(B) | 28.59º | 0.88% | 0.85% | - |
| XYZ | 35.16 | 27.55 | 4.44 | - |
| YUV | 136.53 | 65.63 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 26 | 0 | 0.46 | 0.88 | 0.15 | 28.59 | 0.79 | 0.48 |
| Hex | D9 | 75 | 1A | 0 | 2E | 58 | F | 1D | 4F | 30 |
| Octal | 331 | 165 | 32 | 0 | 56 | 130 | 17 | 35 | 117 | 60 |
| Binary | 11011001 | 1110101 | 11010 | 0 | 101110 | 1011000 | 1111 | 11101 | 1001111 | 110000 |
Color Harmonies of #D9751A
Complementary color
Monochromatic Colors of #D9751A
Black with #D9751A
Text Example
Text Example
White with #D9751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9751A; }
p { color: rgb(217,117,26); }
H1.HeaderClassName
{
color: #D9751A;
}
.AnyTagClassName
{
color: #D9751A;
}
</style>
background-color css
<style>
a { background-color: #D9751A; }
a { background-color: rgb(217,117,26); }
div.DivClassName
{
background-color: #D9751A;
}
.BgClassName
{
background-color: #D9751A;
}
</style>
border-color css
<style>
span { border-color: #D9751A; }
span { border-color: rgb(217,117,26); }
td.TdClassName
{
border-color: #D9751A;
}
.TagClassName
{
border-color: #D9751A;
}
</style>