Shades of Gold Drop #D4652C
Tints of Gold Drop #D4652C
RGB
CMYK
RGB Variations
Color information
#D4652C (or 0xD4652C) is known color: Gold Drop. HEX triplet: D4, 65 and 2C. RGB value is (212,101,44). Sum of RGB (Red+Green+Blue) = 212+101+44=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4652C is #2B9AD3. Grayscale: #808080. Windows color (decimal): -2857684 or 2909652. OLE color: 2909652.
HSL color Cylindrical-coordinate representation of color #D4652C: hue angle of 20.36º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4652C is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 44 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.17 |
| HSL | 20.36º | 0.66% | 0.5% | - |
| HSV(B) | 20.36º | 0.79% | 0.83% | - |
| XYZ | 32.26 | 23.49 | 5.22 | - |
| YUV | 127.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 44 | 0 | 0.52 | 0.79 | 0.17 | 20.36 | 0.66 | 0.5 |
| Hex | D4 | 65 | 2C | 0 | 34 | 4F | 11 | 14 | 42 | 32 |
| Octal | 324 | 145 | 54 | 0 | 64 | 117 | 21 | 24 | 102 | 62 |
| Binary | 11010100 | 1100101 | 101100 | 0 | 110100 | 1001111 | 10001 | 10100 | 1000010 | 110010 |
Color Harmonies of #D4652C
Complementary color
Monochromatic Colors of #D4652C
Black with #D4652C
Text Example
Text Example
White with #D4652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4652C; }
p { color: rgb(212,101,44); }
H1.HeaderClassName
{
color: #D4652C;
}
.AnyTagClassName
{
color: #D4652C;
}
</style>
background-color css
<style>
a { background-color: #D4652C; }
a { background-color: rgb(212,101,44); }
div.DivClassName
{
background-color: #D4652C;
}
.BgClassName
{
background-color: #D4652C;
}
</style>
border-color css
<style>
span { border-color: #D4652C; }
span { border-color: rgb(212,101,44); }
td.TdClassName
{
border-color: #D4652C;
}
.TagClassName
{
border-color: #D4652C;
}
</style>