Shades of Gold Drop #D96C2E
Tints of Gold Drop #D96C2E
RGB
CMYK
RGB Variations
Color information
#D96C2E (or 0xD96C2E) is known color: Gold Drop. HEX triplet: D9, 6C and 2E. RGB value is (217,108,46). Sum of RGB (Red+Green+Blue) = 217+108+46=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C2E is #2693D1. Grayscale: #858585. Windows color (decimal): -2528210 or 3042521. OLE color: 3042521.
HSL color Cylindrical-coordinate representation of color #D96C2E: hue angle of 21.75º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D96C2E is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 46 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.15 |
| HSL | 21.75º | 0.69% | 0.52% | - |
| HSV(B) | 21.75º | 0.79% | 0.85% | - |
| XYZ | 34.47 | 25.67 | 5.72 | - |
| YUV | 133.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 46 | 0 | 0.50 | 0.79 | 0.15 | 21.75 | 0.69 | 0.52 |
| Hex | D9 | 6C | 2E | 0 | 32 | 4F | F | 16 | 45 | 34 |
| Octal | 331 | 154 | 56 | 0 | 62 | 117 | 17 | 26 | 105 | 64 |
| Binary | 11011001 | 1101100 | 101110 | 0 | 110010 | 1001111 | 1111 | 10110 | 1000101 | 110100 |
Color Harmonies of #D96C2E
Complementary color
Monochromatic Colors of #D96C2E
Black with #D96C2E
Text Example
Text Example
White with #D96C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C2E; }
p { color: rgb(217,108,46); }
H1.HeaderClassName
{
color: #D96C2E;
}
.AnyTagClassName
{
color: #D96C2E;
}
</style>
background-color css
<style>
a { background-color: #D96C2E; }
a { background-color: rgb(217,108,46); }
div.DivClassName
{
background-color: #D96C2E;
}
.BgClassName
{
background-color: #D96C2E;
}
</style>
border-color css
<style>
span { border-color: #D96C2E; }
span { border-color: rgb(217,108,46); }
td.TdClassName
{
border-color: #D96C2E;
}
.TagClassName
{
border-color: #D96C2E;
}
</style>