Shades of Gold Drop #D9642B
Tints of Gold Drop #D9642B
RGB
CMYK
RGB Variations
Color information
#D9642B (or 0xD9642B) is known color: Gold Drop. HEX triplet: D9, 64 and 2B. RGB value is (217,100,43). Sum of RGB (Red+Green+Blue) = 217+100+43=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9642B is #269BD4. Grayscale: #808080. Windows color (decimal): -2530261 or 2843865. OLE color: 2843865.
HSL color Cylindrical-coordinate representation of color #D9642B: hue angle of 19.66º degrees, saturation: 0.7, 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 #D9642B is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 43 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.15 |
| HSL | 19.66º | 0.7% | 0.51% | - |
| HSV(B) | 19.66º | 0.8% | 0.85% | - |
| XYZ | 33.61 | 24.04 | 5.15 | - |
| YUV | 128.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 43 | 0 | 0.54 | 0.80 | 0.15 | 19.66 | 0.7 | 0.51 |
| Hex | D9 | 64 | 2B | 0 | 36 | 50 | F | 14 | 46 | 33 |
| Octal | 331 | 144 | 53 | 0 | 66 | 120 | 17 | 24 | 106 | 63 |
| Binary | 11011001 | 1100100 | 101011 | 0 | 110110 | 1010000 | 1111 | 10100 | 1000110 | 110011 |
Color Harmonies of #D9642B
Complementary color
Monochromatic Colors of #D9642B
Black with #D9642B
Text Example
Text Example
White with #D9642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9642B; }
p { color: rgb(217,100,43); }
H1.HeaderClassName
{
color: #D9642B;
}
.AnyTagClassName
{
color: #D9642B;
}
</style>
background-color css
<style>
a { background-color: #D9642B; }
a { background-color: rgb(217,100,43); }
div.DivClassName
{
background-color: #D9642B;
}
.BgClassName
{
background-color: #D9642B;
}
</style>
border-color css
<style>
span { border-color: #D9642B; }
span { border-color: rgb(217,100,43); }
td.TdClassName
{
border-color: #D9642B;
}
.TagClassName
{
border-color: #D9642B;
}
</style>