Shades of Gold Drop #D46729
Tints of Gold Drop #D46729
RGB
CMYK
RGB Variations
Color information
#D46729 (or 0xD46729) is known color: Gold Drop. HEX triplet: D4, 67 and 29. RGB value is (212,103,41). Sum of RGB (Red+Green+Blue) = 212+103+41=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D46729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46729 is #2B98D6. Grayscale: #808080. Windows color (decimal): -2857175 or 2713556. OLE color: 2713556.
HSL color Cylindrical-coordinate representation of color #D46729: hue angle of 21.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D46729 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 41 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.17 |
| HSL | 21.75º | 0.68% | 0.5% | - |
| HSV(B) | 21.75º | 0.81% | 0.83% | - |
| XYZ | 32.4 | 23.86 | 5 | - |
| YUV | 128.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 41 | 0 | 0.51 | 0.81 | 0.17 | 21.75 | 0.68 | 0.5 |
| Hex | D4 | 67 | 29 | 0 | 33 | 51 | 11 | 16 | 44 | 32 |
| Octal | 324 | 147 | 51 | 0 | 63 | 121 | 21 | 26 | 104 | 62 |
| Binary | 11010100 | 1100111 | 101001 | 0 | 110011 | 1010001 | 10001 | 10110 | 1000100 | 110010 |
Color Harmonies of #D46729
Complementary color
Monochromatic Colors of #D46729
Black with #D46729
Text Example
Text Example
White with #D46729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46729; }
p { color: rgb(212,103,41); }
H1.HeaderClassName
{
color: #D46729;
}
.AnyTagClassName
{
color: #D46729;
}
</style>
background-color css
<style>
a { background-color: #D46729; }
a { background-color: rgb(212,103,41); }
div.DivClassName
{
background-color: #D46729;
}
.BgClassName
{
background-color: #D46729;
}
</style>
border-color css
<style>
span { border-color: #D46729; }
span { border-color: rgb(212,103,41); }
td.TdClassName
{
border-color: #D46729;
}
.TagClassName
{
border-color: #D46729;
}
</style>