Shades of Gold Drop #D96C31
Tints of Gold Drop #D96C31
RGB
CMYK
RGB Variations
Color information
#D96C31 (or 0xD96C31) is known color: Gold Drop. HEX triplet: D9, 6C and 31. RGB value is (217,108,49). Sum of RGB (Red+Green+Blue) = 217+108+49=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C31 is #2693CE. Grayscale: #868686. Windows color (decimal): -2528207 or 3239129. OLE color: 3239129.
HSL color Cylindrical-coordinate representation of color #D96C31: hue angle of 21.07º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D96C31 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 49 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.15 |
| HSL | 21.07º | 0.69% | 0.52% | - |
| HSV(B) | 21.07º | 0.77% | 0.85% | - |
| XYZ | 34.53 | 25.7 | 6.05 | - |
| YUV | 133.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 49 | 0 | 0.50 | 0.77 | 0.15 | 21.07 | 0.69 | 0.52 |
| Hex | D9 | 6C | 31 | 0 | 32 | 4D | F | 15 | 45 | 34 |
| Octal | 331 | 154 | 61 | 0 | 62 | 115 | 17 | 25 | 105 | 64 |
| Binary | 11011001 | 1101100 | 110001 | 0 | 110010 | 1001101 | 1111 | 10101 | 1000101 | 110100 |
Color Harmonies of #D96C31
Complementary color
Monochromatic Colors of #D96C31
Black with #D96C31
Text Example
Text Example
White with #D96C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C31; }
p { color: rgb(217,108,49); }
H1.HeaderClassName
{
color: #D96C31;
}
.AnyTagClassName
{
color: #D96C31;
}
</style>
background-color css
<style>
a { background-color: #D96C31; }
a { background-color: rgb(217,108,49); }
div.DivClassName
{
background-color: #D96C31;
}
.BgClassName
{
background-color: #D96C31;
}
</style>
border-color css
<style>
span { border-color: #D96C31; }
span { border-color: rgb(217,108,49); }
td.TdClassName
{
border-color: #D96C31;
}
.TagClassName
{
border-color: #D96C31;
}
</style>