Shades of Gold Drop #D9652F
Tints of Gold Drop #D9652F
RGB
CMYK
RGB Variations
Color information
#D9652F (or 0xD9652F) is known color: Gold Drop. HEX triplet: D9, 65 and 2F. RGB value is (217,101,47). Sum of RGB (Red+Green+Blue) = 217+101+47=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9652F is #269AD0. Grayscale: #818181. Windows color (decimal): -2530001 or 3106265. OLE color: 3106265.
HSL color Cylindrical-coordinate representation of color #D9652F: hue angle of 19.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9652F is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 47 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.15 |
| HSL | 19.06º | 0.69% | 0.52% | - |
| HSV(B) | 19.06º | 0.78% | 0.85% | - |
| XYZ | 33.78 | 24.26 | 5.59 | - |
| YUV | 129.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 47 | 0 | 0.53 | 0.78 | 0.15 | 19.06 | 0.69 | 0.52 |
| Hex | D9 | 65 | 2F | 0 | 35 | 4E | F | 13 | 45 | 34 |
| Octal | 331 | 145 | 57 | 0 | 65 | 116 | 17 | 23 | 105 | 64 |
| Binary | 11011001 | 1100101 | 101111 | 0 | 110101 | 1001110 | 1111 | 10011 | 1000101 | 110100 |
Color Harmonies of #D9652F
Complementary color
Monochromatic Colors of #D9652F
Black with #D9652F
Text Example
Text Example
White with #D9652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9652F; }
p { color: rgb(217,101,47); }
H1.HeaderClassName
{
color: #D9652F;
}
.AnyTagClassName
{
color: #D9652F;
}
</style>
background-color css
<style>
a { background-color: #D9652F; }
a { background-color: rgb(217,101,47); }
div.DivClassName
{
background-color: #D9652F;
}
.BgClassName
{
background-color: #D9652F;
}
</style>
border-color css
<style>
span { border-color: #D9652F; }
span { border-color: rgb(217,101,47); }
td.TdClassName
{
border-color: #D9652F;
}
.TagClassName
{
border-color: #D9652F;
}
</style>