Shades of Gold Drop #D96E2D
Tints of Gold Drop #D96E2D
RGB
CMYK
RGB Variations
Color information
#D96E2D (or 0xD96E2D) is known color: Gold Drop. HEX triplet: D9, 6E and 2D. RGB value is (217,110,45). Sum of RGB (Red+Green+Blue) = 217+110+45=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E2D is #2691D2. Grayscale: #868686. Windows color (decimal): -2527699 or 2977497. OLE color: 2977497.
HSL color Cylindrical-coordinate representation of color #D96E2D: hue angle of 22.67º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D96E2D is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 45 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.15 |
| HSL | 22.67º | 0.69% | 0.51% | - |
| HSV(B) | 22.67º | 0.79% | 0.85% | - |
| XYZ | 34.66 | 26.09 | 5.69 | - |
| YUV | 134.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 45 | 0 | 0.49 | 0.79 | 0.15 | 22.67 | 0.69 | 0.51 |
| Hex | D9 | 6E | 2D | 0 | 31 | 4F | F | 17 | 45 | 33 |
| Octal | 331 | 156 | 55 | 0 | 61 | 117 | 17 | 27 | 105 | 63 |
| Binary | 11011001 | 1101110 | 101101 | 0 | 110001 | 1001111 | 1111 | 10111 | 1000101 | 110011 |
Color Harmonies of #D96E2D
Complementary color
Monochromatic Colors of #D96E2D
Black with #D96E2D
Text Example
Text Example
White with #D96E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E2D; }
p { color: rgb(217,110,45); }
H1.HeaderClassName
{
color: #D96E2D;
}
.AnyTagClassName
{
color: #D96E2D;
}
</style>
background-color css
<style>
a { background-color: #D96E2D; }
a { background-color: rgb(217,110,45); }
div.DivClassName
{
background-color: #D96E2D;
}
.BgClassName
{
background-color: #D96E2D;
}
</style>
border-color css
<style>
span { border-color: #D96E2D; }
span { border-color: rgb(217,110,45); }
td.TdClassName
{
border-color: #D96E2D;
}
.TagClassName
{
border-color: #D96E2D;
}
</style>