Shades of Gold Drop #D9622D
Tints of Gold Drop #D9622D
RGB
CMYK
RGB Variations
Color information
#D9622D (or 0xD9622D) is known color: Gold Drop. HEX triplet: D9, 62 and 2D. RGB value is (217,98,45). Sum of RGB (Red+Green+Blue) = 217+98+45=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9622D is #269DD2. Grayscale: #7F7F7F. Windows color (decimal): -2530771 or 2974425. OLE color: 2974425.
HSL color Cylindrical-coordinate representation of color #D9622D: hue angle of 18.49º 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 #D9622D is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 45 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.15 |
| HSL | 18.49º | 0.69% | 0.51% | - |
| HSV(B) | 18.49º | 0.79% | 0.85% | - |
| XYZ | 33.46 | 23.68 | 5.29 | - |
| YUV | 127.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 45 | 0 | 0.55 | 0.79 | 0.15 | 18.49 | 0.69 | 0.51 |
| Hex | D9 | 62 | 2D | 0 | 37 | 4F | F | 12 | 45 | 33 |
| Octal | 331 | 142 | 55 | 0 | 67 | 117 | 17 | 22 | 105 | 63 |
| Binary | 11011001 | 1100010 | 101101 | 0 | 110111 | 1001111 | 1111 | 10010 | 1000101 | 110011 |
Color Harmonies of #D9622D
Complementary color
Monochromatic Colors of #D9622D
Black with #D9622D
Text Example
Text Example
White with #D9622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9622D; }
p { color: rgb(217,98,45); }
H1.HeaderClassName
{
color: #D9622D;
}
.AnyTagClassName
{
color: #D9622D;
}
</style>
background-color css
<style>
a { background-color: #D9622D; }
a { background-color: rgb(217,98,45); }
div.DivClassName
{
background-color: #D9622D;
}
.BgClassName
{
background-color: #D9622D;
}
</style>
border-color css
<style>
span { border-color: #D9622D; }
span { border-color: rgb(217,98,45); }
td.TdClassName
{
border-color: #D9622D;
}
.TagClassName
{
border-color: #D9622D;
}
</style>