Shades of Gold Drop #D96A2C
Tints of Gold Drop #D96A2C
RGB
CMYK
RGB Variations
Color information
#D96A2C (or 0xD96A2C) is known color: Gold Drop. HEX triplet: D9, 6A and 2C. RGB value is (217,106,44). Sum of RGB (Red+Green+Blue) = 217+106+44=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A2C is #2695D3. Grayscale: #848484. Windows color (decimal): -2528724 or 2910937. OLE color: 2910937.
HSL color Cylindrical-coordinate representation of color #D96A2C: hue angle of 21.5º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D96A2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.15 |
| HSL | 21.5º | 0.69% | 0.51% | - |
| HSV(B) | 21.5º | 0.8% | 0.85% | - |
| XYZ | 34.22 | 25.24 | 5.45 | - |
| YUV | 132.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 44 | 0 | 0.51 | 0.80 | 0.15 | 21.5 | 0.69 | 0.51 |
| Hex | D9 | 6A | 2C | 0 | 33 | 50 | F | 16 | 45 | 33 |
| Octal | 331 | 152 | 54 | 0 | 63 | 120 | 17 | 26 | 105 | 63 |
| Binary | 11011001 | 1101010 | 101100 | 0 | 110011 | 1010000 | 1111 | 10110 | 1000101 | 110011 |
Color Harmonies of #D96A2C
Complementary color
Monochromatic Colors of #D96A2C
Black with #D96A2C
Text Example
Text Example
White with #D96A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A2C; }
p { color: rgb(217,106,44); }
H1.HeaderClassName
{
color: #D96A2C;
}
.AnyTagClassName
{
color: #D96A2C;
}
</style>
background-color css
<style>
a { background-color: #D96A2C; }
a { background-color: rgb(217,106,44); }
div.DivClassName
{
background-color: #D96A2C;
}
.BgClassName
{
background-color: #D96A2C;
}
</style>
border-color css
<style>
span { border-color: #D96A2C; }
span { border-color: rgb(217,106,44); }
td.TdClassName
{
border-color: #D96A2C;
}
.TagClassName
{
border-color: #D96A2C;
}
</style>