Shades of Gold Drop #D96A33
Tints of Gold Drop #D96A33
RGB
CMYK
RGB Variations
Color information
#D96A33 (or 0xD96A33) is known color: Gold Drop. HEX triplet: D9, 6A and 33. RGB value is (217,106,51). Sum of RGB (Red+Green+Blue) = 217+106+51=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A33 is #2695CC. Grayscale: #858585. Windows color (decimal): -2528717 or 3369689. OLE color: 3369689.
HSL color Cylindrical-coordinate representation of color #D96A33: hue angle of 19.88º degrees, saturation: 0.69, 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 #D96A33 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 51 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.15 |
| HSL | 19.88º | 0.69% | 0.53% | - |
| HSV(B) | 19.88º | 0.76% | 0.85% | - |
| XYZ | 34.37 | 25.3 | 6.2 | - |
| YUV | 132.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 51 | 0 | 0.51 | 0.76 | 0.15 | 19.88 | 0.69 | 0.53 |
| Hex | D9 | 6A | 33 | 0 | 33 | 4C | F | 14 | 45 | 35 |
| Octal | 331 | 152 | 63 | 0 | 63 | 114 | 17 | 24 | 105 | 65 |
| Binary | 11011001 | 1101010 | 110011 | 0 | 110011 | 1001100 | 1111 | 10100 | 1000101 | 110101 |
Color Harmonies of #D96A33
Complementary color
Monochromatic Colors of #D96A33
Black with #D96A33
Text Example
Text Example
White with #D96A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A33; }
p { color: rgb(217,106,51); }
H1.HeaderClassName
{
color: #D96A33;
}
.AnyTagClassName
{
color: #D96A33;
}
</style>
background-color css
<style>
a { background-color: #D96A33; }
a { background-color: rgb(217,106,51); }
div.DivClassName
{
background-color: #D96A33;
}
.BgClassName
{
background-color: #D96A33;
}
</style>
border-color css
<style>
span { border-color: #D96A33; }
span { border-color: rgb(217,106,51); }
td.TdClassName
{
border-color: #D96A33;
}
.TagClassName
{
border-color: #D96A33;
}
</style>