Shades of Gold Drop #D2652C
Tints of Gold Drop #D2652C
RGB
CMYK
RGB Variations
Color information
#D2652C (or 0xD2652C) is known color: Gold Drop. HEX triplet: D2, 65 and 2C. RGB value is (210,101,44). Sum of RGB (Red+Green+Blue) = 210+101+44=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2652C is #2D9AD3. Grayscale: #7F7F7F. Windows color (decimal): -2988756 or 2909650. OLE color: 2909650.
HSL color Cylindrical-coordinate representation of color #D2652C: hue angle of 20.6º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2652C is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 44 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.18 |
| HSL | 20.6º | 0.65% | 0.5% | - |
| HSV(B) | 20.6º | 0.79% | 0.82% | - |
| XYZ | 31.69 | 23.19 | 5.19 | - |
| YUV | 127.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 44 | 0 | 0.52 | 0.79 | 0.18 | 20.6 | 0.65 | 0.5 |
| Hex | D2 | 65 | 2C | 0 | 34 | 4F | 12 | 15 | 41 | 32 |
| Octal | 322 | 145 | 54 | 0 | 64 | 117 | 22 | 25 | 101 | 62 |
| Binary | 11010010 | 1100101 | 101100 | 0 | 110100 | 1001111 | 10010 | 10101 | 1000001 | 110010 |
Color Harmonies of #D2652C
Complementary color
Monochromatic Colors of #D2652C
Black with #D2652C
Text Example
Text Example
White with #D2652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2652C; }
p { color: rgb(210,101,44); }
H1.HeaderClassName
{
color: #D2652C;
}
.AnyTagClassName
{
color: #D2652C;
}
</style>
background-color css
<style>
a { background-color: #D2652C; }
a { background-color: rgb(210,101,44); }
div.DivClassName
{
background-color: #D2652C;
}
.BgClassName
{
background-color: #D2652C;
}
</style>
border-color css
<style>
span { border-color: #D2652C; }
span { border-color: rgb(210,101,44); }
td.TdClassName
{
border-color: #D2652C;
}
.TagClassName
{
border-color: #D2652C;
}
</style>