Shades of Gold Drop #D56932
Tints of Gold Drop #D56932
RGB
CMYK
RGB Variations
Color information
#D56932 (or 0xD56932) is known color: Gold Drop. HEX triplet: D5, 69 and 32. RGB value is (213,105,50). Sum of RGB (Red+Green+Blue) = 213+105+50=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D56932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56932 is #2A96CD. Grayscale: #838383. Windows color (decimal): -2791118 or 3303893. OLE color: 3303893.
HSL color Cylindrical-coordinate representation of color #D56932: hue angle of 20.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D56932 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 50 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.16 |
| HSL | 20.25º | 0.66% | 0.52% | - |
| HSV(B) | 20.25º | 0.77% | 0.84% | - |
| XYZ | 33.07 | 24.48 | 6 | - |
| YUV | 131.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 50 | 0 | 0.51 | 0.77 | 0.16 | 20.25 | 0.66 | 0.52 |
| Hex | D5 | 69 | 32 | 0 | 33 | 4D | 10 | 14 | 42 | 34 |
| Octal | 325 | 151 | 62 | 0 | 63 | 115 | 20 | 24 | 102 | 64 |
| Binary | 11010101 | 1101001 | 110010 | 0 | 110011 | 1001101 | 10000 | 10100 | 1000010 | 110100 |
Color Harmonies of #D56932
Complementary color
Monochromatic Colors of #D56932
Black with #D56932
Text Example
Text Example
White with #D56932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56932; }
p { color: rgb(213,105,50); }
H1.HeaderClassName
{
color: #D56932;
}
.AnyTagClassName
{
color: #D56932;
}
</style>
background-color css
<style>
a { background-color: #D56932; }
a { background-color: rgb(213,105,50); }
div.DivClassName
{
background-color: #D56932;
}
.BgClassName
{
background-color: #D56932;
}
</style>
border-color css
<style>
span { border-color: #D56932; }
span { border-color: rgb(213,105,50); }
td.TdClassName
{
border-color: #D56932;
}
.TagClassName
{
border-color: #D56932;
}
</style>