Shades of Gold Drop #D9612A
Tints of Gold Drop #D9612A
RGB
CMYK
RGB Variations
Color information
#D9612A (or 0xD9612A) is known color: Gold Drop. HEX triplet: D9, 61 and 2A. RGB value is (217,97,42). Sum of RGB (Red+Green+Blue) = 217+97+42=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9612A is #269ED5. Grayscale: #7E7E7E. Windows color (decimal): -2531030 or 2777561. OLE color: 2777561.
HSL color Cylindrical-coordinate representation of color #D9612A: hue angle of 18.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9612A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.15 |
| HSL | 18.86º | 0.7% | 0.51% | - |
| HSV(B) | 18.86º | 0.81% | 0.85% | - |
| XYZ | 33.31 | 23.47 | 4.96 | - |
| YUV | 126.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 42 | 0 | 0.55 | 0.81 | 0.15 | 18.86 | 0.7 | 0.51 |
| Hex | D9 | 61 | 2A | 0 | 37 | 51 | F | 13 | 46 | 33 |
| Octal | 331 | 141 | 52 | 0 | 67 | 121 | 17 | 23 | 106 | 63 |
| Binary | 11011001 | 1100001 | 101010 | 0 | 110111 | 1010001 | 1111 | 10011 | 1000110 | 110011 |
Color Harmonies of #D9612A
Complementary color
Monochromatic Colors of #D9612A
Black with #D9612A
Text Example
Text Example
White with #D9612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9612A; }
p { color: rgb(217,97,42); }
H1.HeaderClassName
{
color: #D9612A;
}
.AnyTagClassName
{
color: #D9612A;
}
</style>
background-color css
<style>
a { background-color: #D9612A; }
a { background-color: rgb(217,97,42); }
div.DivClassName
{
background-color: #D9612A;
}
.BgClassName
{
background-color: #D9612A;
}
</style>
border-color css
<style>
span { border-color: #D9612A; }
span { border-color: rgb(217,97,42); }
td.TdClassName
{
border-color: #D9612A;
}
.TagClassName
{
border-color: #D9612A;
}
</style>