Shades of Gold Drop #D56930
Tints of Gold Drop #D56930
RGB
CMYK
RGB Variations
Color information
#D56930 (or 0xD56930) is known color: Gold Drop. HEX triplet: D5, 69 and 30. RGB value is (213,105,48). Sum of RGB (Red+Green+Blue) = 213+105+48=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D56930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56930 is #2A96CF. Grayscale: #838383. Windows color (decimal): -2791120 or 3172821. OLE color: 3172821.
HSL color Cylindrical-coordinate representation of color #D56930: hue angle of 20.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D56930 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 48 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.16 |
| HSL | 20.73º | 0.66% | 0.51% | - |
| HSV(B) | 20.73º | 0.77% | 0.84% | - |
| XYZ | 33.03 | 24.46 | 5.78 | - |
| YUV | 130.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 48 | 0 | 0.51 | 0.77 | 0.16 | 20.73 | 0.66 | 0.51 |
| Hex | D5 | 69 | 30 | 0 | 33 | 4D | 10 | 15 | 42 | 33 |
| Octal | 325 | 151 | 60 | 0 | 63 | 115 | 20 | 25 | 102 | 63 |
| Binary | 11010101 | 1101001 | 110000 | 0 | 110011 | 1001101 | 10000 | 10101 | 1000010 | 110011 |
Color Harmonies of #D56930
Complementary color
Monochromatic Colors of #D56930
Black with #D56930
Text Example
Text Example
White with #D56930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56930; }
p { color: rgb(213,105,48); }
H1.HeaderClassName
{
color: #D56930;
}
.AnyTagClassName
{
color: #D56930;
}
</style>
background-color css
<style>
a { background-color: #D56930; }
a { background-color: rgb(213,105,48); }
div.DivClassName
{
background-color: #D56930;
}
.BgClassName
{
background-color: #D56930;
}
</style>
border-color css
<style>
span { border-color: #D56930; }
span { border-color: rgb(213,105,48); }
td.TdClassName
{
border-color: #D56930;
}
.TagClassName
{
border-color: #D56930;
}
</style>