Shades of Gold Drop #D56B37
Tints of Gold Drop #D56B37
RGB
CMYK
RGB Variations
Color information
#D56B37 (or 0xD56B37) is known color: Gold Drop. HEX triplet: D5, 6B and 37. RGB value is (213,107,55). Sum of RGB (Red+Green+Blue) = 213+107+55=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B37 is #2A94C8. Grayscale: #858585. Windows color (decimal): -2790601 or 3632085. OLE color: 3632085.
HSL color Cylindrical-coordinate representation of color #D56B37: hue angle of 19.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D56B37 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 55 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.16 |
| HSL | 19.75º | 0.65% | 0.53% | - |
| HSV(B) | 19.75º | 0.74% | 0.84% | - |
| XYZ | 33.39 | 24.94 | 6.67 | - |
| YUV | 132.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 55 | 0 | 0.50 | 0.74 | 0.16 | 19.75 | 0.65 | 0.53 |
| Hex | D5 | 6B | 37 | 0 | 32 | 4A | 10 | 14 | 41 | 35 |
| Octal | 325 | 153 | 67 | 0 | 62 | 112 | 20 | 24 | 101 | 65 |
| Binary | 11010101 | 1101011 | 110111 | 0 | 110010 | 1001010 | 10000 | 10100 | 1000001 | 110101 |
Color Harmonies of #D56B37
Complementary color
Monochromatic Colors of #D56B37
Black with #D56B37
Text Example
Text Example
White with #D56B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B37; }
p { color: rgb(213,107,55); }
H1.HeaderClassName
{
color: #D56B37;
}
.AnyTagClassName
{
color: #D56B37;
}
</style>
background-color css
<style>
a { background-color: #D56B37; }
a { background-color: rgb(213,107,55); }
div.DivClassName
{
background-color: #D56B37;
}
.BgClassName
{
background-color: #D56B37;
}
</style>
border-color css
<style>
span { border-color: #D56B37; }
span { border-color: rgb(213,107,55); }
td.TdClassName
{
border-color: #D56B37;
}
.TagClassName
{
border-color: #D56B37;
}
</style>