Shades of Gold Drop #D9632C
Tints of Gold Drop #D9632C
RGB
CMYK
RGB Variations
Color information
#D9632C (or 0xD9632C) is known color: Gold Drop. HEX triplet: D9, 63 and 2C. RGB value is (217,99,44). Sum of RGB (Red+Green+Blue) = 217+99+44=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9632C is #269CD3. Grayscale: #808080. Windows color (decimal): -2530516 or 2909145. OLE color: 2909145.
HSL color Cylindrical-coordinate representation of color #D9632C: hue angle of 19.08º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9632C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.15 |
| HSL | 19.08º | 0.69% | 0.51% | - |
| HSV(B) | 19.08º | 0.8% | 0.85% | - |
| XYZ | 33.53 | 23.86 | 5.22 | - |
| YUV | 128.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 44 | 0 | 0.54 | 0.80 | 0.15 | 19.08 | 0.69 | 0.51 |
| Hex | D9 | 63 | 2C | 0 | 36 | 50 | F | 13 | 45 | 33 |
| Octal | 331 | 143 | 54 | 0 | 66 | 120 | 17 | 23 | 105 | 63 |
| Binary | 11011001 | 1100011 | 101100 | 0 | 110110 | 1010000 | 1111 | 10011 | 1000101 | 110011 |
Color Harmonies of #D9632C
Complementary color
Monochromatic Colors of #D9632C
Black with #D9632C
Text Example
Text Example
White with #D9632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9632C; }
p { color: rgb(217,99,44); }
H1.HeaderClassName
{
color: #D9632C;
}
.AnyTagClassName
{
color: #D9632C;
}
</style>
background-color css
<style>
a { background-color: #D9632C; }
a { background-color: rgb(217,99,44); }
div.DivClassName
{
background-color: #D9632C;
}
.BgClassName
{
background-color: #D9632C;
}
</style>
border-color css
<style>
span { border-color: #D9632C; }
span { border-color: rgb(217,99,44); }
td.TdClassName
{
border-color: #D9632C;
}
.TagClassName
{
border-color: #D9632C;
}
</style>