Shades of Gold Drop #D96D30
Tints of Gold Drop #D96D30
RGB
CMYK
RGB Variations
Color information
#D96D30 (or 0xD96D30) is known color: Gold Drop. HEX triplet: D9, 6D and 30. RGB value is (217,109,48). Sum of RGB (Red+Green+Blue) = 217+109+48=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D30 is #2692CF. Grayscale: #868686. Windows color (decimal): -2527952 or 3173849. OLE color: 3173849.
HSL color Cylindrical-coordinate representation of color #D96D30: hue angle of 21.66º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D96D30 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 48 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.15 |
| HSL | 21.66º | 0.69% | 0.52% | - |
| HSV(B) | 21.66º | 0.78% | 0.85% | - |
| XYZ | 34.62 | 25.9 | 5.97 | - |
| YUV | 134.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 48 | 0 | 0.50 | 0.78 | 0.15 | 21.66 | 0.69 | 0.52 |
| Hex | D9 | 6D | 30 | 0 | 32 | 4E | F | 16 | 45 | 34 |
| Octal | 331 | 155 | 60 | 0 | 62 | 116 | 17 | 26 | 105 | 64 |
| Binary | 11011001 | 1101101 | 110000 | 0 | 110010 | 1001110 | 1111 | 10110 | 1000101 | 110100 |
Color Harmonies of #D96D30
Complementary color
Monochromatic Colors of #D96D30
Black with #D96D30
Text Example
Text Example
White with #D96D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D30; }
p { color: rgb(217,109,48); }
H1.HeaderClassName
{
color: #D96D30;
}
.AnyTagClassName
{
color: #D96D30;
}
</style>
background-color css
<style>
a { background-color: #D96D30; }
a { background-color: rgb(217,109,48); }
div.DivClassName
{
background-color: #D96D30;
}
.BgClassName
{
background-color: #D96D30;
}
</style>
border-color css
<style>
span { border-color: #D96D30; }
span { border-color: rgb(217,109,48); }
td.TdClassName
{
border-color: #D96D30;
}
.TagClassName
{
border-color: #D96D30;
}
</style>