Shades of Gold Drop #D96D2D
Tints of Gold Drop #D96D2D
RGB
CMYK
RGB Variations
Color information
#D96D2D (or 0xD96D2D) is known color: Gold Drop. HEX triplet: D9, 6D and 2D. RGB value is (217,109,45). Sum of RGB (Red+Green+Blue) = 217+109+45=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D2D is #2692D2. Grayscale: #868686. Windows color (decimal): -2527955 or 2977241. OLE color: 2977241.
HSL color Cylindrical-coordinate representation of color #D96D2D: hue angle of 22.33º 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 #D96D2D is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 45 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.15 |
| HSL | 22.33º | 0.69% | 0.51% | - |
| HSV(B) | 22.33º | 0.79% | 0.85% | - |
| XYZ | 34.56 | 25.88 | 5.66 | - |
| YUV | 134 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 45 | 0 | 0.50 | 0.79 | 0.15 | 22.33 | 0.69 | 0.51 |
| Hex | D9 | 6D | 2D | 0 | 32 | 4F | F | 16 | 45 | 33 |
| Octal | 331 | 155 | 55 | 0 | 62 | 117 | 17 | 26 | 105 | 63 |
| Binary | 11011001 | 1101101 | 101101 | 0 | 110010 | 1001111 | 1111 | 10110 | 1000101 | 110011 |
Color Harmonies of #D96D2D
Complementary color
Monochromatic Colors of #D96D2D
Black with #D96D2D
Text Example
Text Example
White with #D96D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D2D; }
p { color: rgb(217,109,45); }
H1.HeaderClassName
{
color: #D96D2D;
}
.AnyTagClassName
{
color: #D96D2D;
}
</style>
background-color css
<style>
a { background-color: #D96D2D; }
a { background-color: rgb(217,109,45); }
div.DivClassName
{
background-color: #D96D2D;
}
.BgClassName
{
background-color: #D96D2D;
}
</style>
border-color css
<style>
span { border-color: #D96D2D; }
span { border-color: rgb(217,109,45); }
td.TdClassName
{
border-color: #D96D2D;
}
.TagClassName
{
border-color: #D96D2D;
}
</style>