Shades of Gold Drop #D96D34
Tints of Gold Drop #D96D34
RGB
CMYK
RGB Variations
Color information
#D96D34 (or 0xD96D34) is known color: Gold Drop. HEX triplet: D9, 6D and 34. RGB value is (217,109,52). Sum of RGB (Red+Green+Blue) = 217+109+52=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D34 is #2692CB. Grayscale: #878787. Windows color (decimal): -2527948 or 3435993. OLE color: 3435993.
HSL color Cylindrical-coordinate representation of color #D96D34: hue angle of 20.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D96D34 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 52 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.15 |
| HSL | 20.73º | 0.68% | 0.53% | - |
| HSV(B) | 20.73º | 0.76% | 0.85% | - |
| XYZ | 34.7 | 25.94 | 6.43 | - |
| YUV | 134.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 52 | 0 | 0.50 | 0.76 | 0.15 | 20.73 | 0.68 | 0.53 |
| Hex | D9 | 6D | 34 | 0 | 32 | 4C | F | 15 | 44 | 35 |
| Octal | 331 | 155 | 64 | 0 | 62 | 114 | 17 | 25 | 104 | 65 |
| Binary | 11011001 | 1101101 | 110100 | 0 | 110010 | 1001100 | 1111 | 10101 | 1000100 | 110101 |
Color Harmonies of #D96D34
Complementary color
Monochromatic Colors of #D96D34
Black with #D96D34
Text Example
Text Example
White with #D96D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D34; }
p { color: rgb(217,109,52); }
H1.HeaderClassName
{
color: #D96D34;
}
.AnyTagClassName
{
color: #D96D34;
}
</style>
background-color css
<style>
a { background-color: #D96D34; }
a { background-color: rgb(217,109,52); }
div.DivClassName
{
background-color: #D96D34;
}
.BgClassName
{
background-color: #D96D34;
}
</style>
border-color css
<style>
span { border-color: #D96D34; }
span { border-color: rgb(217,109,52); }
td.TdClassName
{
border-color: #D96D34;
}
.TagClassName
{
border-color: #D96D34;
}
</style>