Shades of Gold Drop #D56A2F
Tints of Gold Drop #D56A2F
RGB
CMYK
RGB Variations
Color information
#D56A2F (or 0xD56A2F) is known color: Gold Drop. HEX triplet: D5, 6A and 2F. RGB value is (213,106,47). Sum of RGB (Red+Green+Blue) = 213+106+47=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56A2F is #2A95D0. Grayscale: #838383. Windows color (decimal): -2790865 or 3107541. OLE color: 3107541.
HSL color Cylindrical-coordinate representation of color #D56A2F: hue angle of 21.33º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D56A2F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 47 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.16 |
| HSL | 21.33º | 0.66% | 0.51% | - |
| HSV(B) | 21.33º | 0.78% | 0.84% | - |
| XYZ | 33.11 | 24.66 | 5.7 | - |
| YUV | 131.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 47 | 0 | 0.50 | 0.78 | 0.16 | 21.33 | 0.66 | 0.51 |
| Hex | D5 | 6A | 2F | 0 | 32 | 4E | 10 | 15 | 42 | 33 |
| Octal | 325 | 152 | 57 | 0 | 62 | 116 | 20 | 25 | 102 | 63 |
| Binary | 11010101 | 1101010 | 101111 | 0 | 110010 | 1001110 | 10000 | 10101 | 1000010 | 110011 |
Color Harmonies of #D56A2F
Complementary color
Monochromatic Colors of #D56A2F
Black with #D56A2F
Text Example
Text Example
White with #D56A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A2F; }
p { color: rgb(213,106,47); }
H1.HeaderClassName
{
color: #D56A2F;
}
.AnyTagClassName
{
color: #D56A2F;
}
</style>
background-color css
<style>
a { background-color: #D56A2F; }
a { background-color: rgb(213,106,47); }
div.DivClassName
{
background-color: #D56A2F;
}
.BgClassName
{
background-color: #D56A2F;
}
</style>
border-color css
<style>
span { border-color: #D56A2F; }
span { border-color: rgb(213,106,47); }
td.TdClassName
{
border-color: #D56A2F;
}
.TagClassName
{
border-color: #D56A2F;
}
</style>