Shades of Gold Drop #D56736
Tints of Gold Drop #D56736
RGB
CMYK
RGB Variations
Color information
#D56736 (or 0xD56736) is known color: Gold Drop. HEX triplet: D5, 67 and 36. RGB value is (213,103,54). Sum of RGB (Red+Green+Blue) = 213+103+54=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D56736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56736 is #2A98C9. Grayscale: #828282. Windows color (decimal): -2791626 or 3565525. OLE color: 3565525.
HSL color Cylindrical-coordinate representation of color #D56736: hue angle of 18.49º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D56736 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 54 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.16 |
| HSL | 18.49º | 0.65% | 0.52% | - |
| HSV(B) | 18.49º | 0.75% | 0.84% | - |
| XYZ | 32.96 | 24.11 | 6.41 | - |
| YUV | 130.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 54 | 0 | 0.52 | 0.75 | 0.16 | 18.49 | 0.65 | 0.52 |
| Hex | D5 | 67 | 36 | 0 | 34 | 4B | 10 | 12 | 41 | 34 |
| Octal | 325 | 147 | 66 | 0 | 64 | 113 | 20 | 22 | 101 | 64 |
| Binary | 11010101 | 1100111 | 110110 | 0 | 110100 | 1001011 | 10000 | 10010 | 1000001 | 110100 |
Color Harmonies of #D56736
Complementary color
Monochromatic Colors of #D56736
Black with #D56736
Text Example
Text Example
White with #D56736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56736; }
p { color: rgb(213,103,54); }
H1.HeaderClassName
{
color: #D56736;
}
.AnyTagClassName
{
color: #D56736;
}
</style>
background-color css
<style>
a { background-color: #D56736; }
a { background-color: rgb(213,103,54); }
div.DivClassName
{
background-color: #D56736;
}
.BgClassName
{
background-color: #D56736;
}
</style>
border-color css
<style>
span { border-color: #D56736; }
span { border-color: rgb(213,103,54); }
td.TdClassName
{
border-color: #D56736;
}
.TagClassName
{
border-color: #D56736;
}
</style>