Shades of Gold Drop #D56729
Tints of Gold Drop #D56729
RGB
CMYK
RGB Variations
Color information
#D56729 (or 0xD56729) is known color: Gold Drop. HEX triplet: D5, 67 and 29. RGB value is (213,103,41). Sum of RGB (Red+Green+Blue) = 213+103+41=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D56729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56729 is #2A98D6. Grayscale: #818181. Windows color (decimal): -2791639 or 2713557. OLE color: 2713557.
HSL color Cylindrical-coordinate representation of color #D56729: hue angle of 21.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D56729 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 41 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.16 |
| HSL | 21.63º | 0.68% | 0.5% | - |
| HSV(B) | 21.63º | 0.81% | 0.84% | - |
| XYZ | 32.69 | 24.01 | 5.01 | - |
| YUV | 128.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 41 | 0 | 0.52 | 0.81 | 0.16 | 21.63 | 0.68 | 0.5 |
| Hex | D5 | 67 | 29 | 0 | 34 | 51 | 10 | 16 | 44 | 32 |
| Octal | 325 | 147 | 51 | 0 | 64 | 121 | 20 | 26 | 104 | 62 |
| Binary | 11010101 | 1100111 | 101001 | 0 | 110100 | 1010001 | 10000 | 10110 | 1000100 | 110010 |
Color Harmonies of #D56729
Complementary color
Monochromatic Colors of #D56729
Black with #D56729
Text Example
Text Example
White with #D56729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56729; }
p { color: rgb(213,103,41); }
H1.HeaderClassName
{
color: #D56729;
}
.AnyTagClassName
{
color: #D56729;
}
</style>
background-color css
<style>
a { background-color: #D56729; }
a { background-color: rgb(213,103,41); }
div.DivClassName
{
background-color: #D56729;
}
.BgClassName
{
background-color: #D56729;
}
</style>
border-color css
<style>
span { border-color: #D56729; }
span { border-color: rgb(213,103,41); }
td.TdClassName
{
border-color: #D56729;
}
.TagClassName
{
border-color: #D56729;
}
</style>