Shades of Gold Drop #D56731
Tints of Gold Drop #D56731
RGB
CMYK
RGB Variations
Color information
#D56731 (or 0xD56731) is known color: Gold Drop. HEX triplet: D5, 67 and 31. RGB value is (213,103,49). Sum of RGB (Red+Green+Blue) = 213+103+49=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D56731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56731 is #2A98CE. Grayscale: #828282. Windows color (decimal): -2791631 or 3237845. OLE color: 3237845.
HSL color Cylindrical-coordinate representation of color #D56731: hue angle of 19.76º 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 #D56731 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 49 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.16 |
| HSL | 19.76º | 0.66% | 0.51% | - |
| HSV(B) | 19.76º | 0.77% | 0.84% | - |
| XYZ | 32.85 | 24.07 | 5.82 | - |
| YUV | 129.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 49 | 0 | 0.52 | 0.77 | 0.16 | 19.76 | 0.66 | 0.51 |
| Hex | D5 | 67 | 31 | 0 | 34 | 4D | 10 | 14 | 42 | 33 |
| Octal | 325 | 147 | 61 | 0 | 64 | 115 | 20 | 24 | 102 | 63 |
| Binary | 11010101 | 1100111 | 110001 | 0 | 110100 | 1001101 | 10000 | 10100 | 1000010 | 110011 |
Color Harmonies of #D56731
Complementary color
Monochromatic Colors of #D56731
Black with #D56731
Text Example
Text Example
White with #D56731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56731; }
p { color: rgb(213,103,49); }
H1.HeaderClassName
{
color: #D56731;
}
.AnyTagClassName
{
color: #D56731;
}
</style>
background-color css
<style>
a { background-color: #D56731; }
a { background-color: rgb(213,103,49); }
div.DivClassName
{
background-color: #D56731;
}
.BgClassName
{
background-color: #D56731;
}
</style>
border-color css
<style>
span { border-color: #D56731; }
span { border-color: rgb(213,103,49); }
td.TdClassName
{
border-color: #D56731;
}
.TagClassName
{
border-color: #D56731;
}
</style>