Shades of Gold Drop #D56430
Tints of Gold Drop #D56430
RGB
CMYK
RGB Variations
Color information
#D56430 (or 0xD56430) is known color: Gold Drop. HEX triplet: D5, 64 and 30. RGB value is (213,100,48). Sum of RGB (Red+Green+Blue) = 213+100+48=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D56430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56430 is #2A9BCF. Grayscale: #808080. Windows color (decimal): -2792400 or 3171541. OLE color: 3171541.
HSL color Cylindrical-coordinate representation of color #D56430: hue angle of 18.91º 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 #D56430 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 48 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.16 |
| HSL | 18.91º | 0.66% | 0.51% | - |
| HSV(B) | 18.91º | 0.77% | 0.84% | - |
| XYZ | 32.53 | 23.47 | 5.61 | - |
| YUV | 127.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 48 | 0 | 0.53 | 0.77 | 0.16 | 18.91 | 0.66 | 0.51 |
| Hex | D5 | 64 | 30 | 0 | 35 | 4D | 10 | 13 | 42 | 33 |
| Octal | 325 | 144 | 60 | 0 | 65 | 115 | 20 | 23 | 102 | 63 |
| Binary | 11010101 | 1100100 | 110000 | 0 | 110101 | 1001101 | 10000 | 10011 | 1000010 | 110011 |
Color Harmonies of #D56430
Complementary color
Monochromatic Colors of #D56430
Black with #D56430
Text Example
Text Example
White with #D56430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56430; }
p { color: rgb(213,100,48); }
H1.HeaderClassName
{
color: #D56430;
}
.AnyTagClassName
{
color: #D56430;
}
</style>
background-color css
<style>
a { background-color: #D56430; }
a { background-color: rgb(213,100,48); }
div.DivClassName
{
background-color: #D56430;
}
.BgClassName
{
background-color: #D56430;
}
</style>
border-color css
<style>
span { border-color: #D56430; }
span { border-color: rgb(213,100,48); }
td.TdClassName
{
border-color: #D56430;
}
.TagClassName
{
border-color: #D56430;
}
</style>