Shades of Gold Drop #D0642D
Tints of Gold Drop #D0642D
RGB
CMYK
RGB Variations
Color information
#D0642D (or 0xD0642D) is known color: Gold Drop. HEX triplet: D0, 64 and 2D. RGB value is (208,100,45). Sum of RGB (Red+Green+Blue) = 208+100+45=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0642D is #2F9BD2. Grayscale: #7E7E7E. Windows color (decimal): -3120083 or 2974928. OLE color: 2974928.
HSL color Cylindrical-coordinate representation of color #D0642D: hue angle of 20.25º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0642D is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 45 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.18 |
| HSL | 20.25º | 0.64% | 0.5% | - |
| HSV(B) | 20.25º | 0.78% | 0.82% | - |
| XYZ | 31.04 | 22.71 | 5.23 | - |
| YUV | 126.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 45 | 0 | 0.52 | 0.78 | 0.18 | 20.25 | 0.64 | 0.5 |
| Hex | D0 | 64 | 2D | 0 | 34 | 4E | 12 | 14 | 40 | 32 |
| Octal | 320 | 144 | 55 | 0 | 64 | 116 | 22 | 24 | 100 | 62 |
| Binary | 11010000 | 1100100 | 101101 | 0 | 110100 | 1001110 | 10010 | 10100 | 1000000 | 110010 |
Color Harmonies of #D0642D
Complementary color
Monochromatic Colors of #D0642D
Black with #D0642D
Text Example
Text Example
White with #D0642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0642D; }
p { color: rgb(208,100,45); }
H1.HeaderClassName
{
color: #D0642D;
}
.AnyTagClassName
{
color: #D0642D;
}
</style>
background-color css
<style>
a { background-color: #D0642D; }
a { background-color: rgb(208,100,45); }
div.DivClassName
{
background-color: #D0642D;
}
.BgClassName
{
background-color: #D0642D;
}
</style>
border-color css
<style>
span { border-color: #D0642D; }
span { border-color: rgb(208,100,45); }
td.TdClassName
{
border-color: #D0642D;
}
.TagClassName
{
border-color: #D0642D;
}
</style>