Shades of Gold Drop #D56C2F
Tints of Gold Drop #D56C2F
RGB
CMYK
RGB Variations
Color information
#D56C2F (or 0xD56C2F) is known color: Gold Drop. HEX triplet: D5, 6C and 2F. RGB value is (213,108,47). Sum of RGB (Red+Green+Blue) = 213+108+47=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C2F is #2A93D0. Grayscale: #848484. Windows color (decimal): -2790353 or 3108053. OLE color: 3108053.
HSL color Cylindrical-coordinate representation of color #D56C2F: hue angle of 22.05º 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 #D56C2F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 47 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.16 |
| HSL | 22.05º | 0.66% | 0.51% | - |
| HSV(B) | 22.05º | 0.78% | 0.84% | - |
| XYZ | 33.32 | 25.08 | 5.77 | - |
| YUV | 132.44 | 79.79 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 47 | 0 | 0.49 | 0.78 | 0.16 | 22.05 | 0.66 | 0.51 |
| Hex | D5 | 6C | 2F | 0 | 31 | 4E | 10 | 16 | 42 | 33 |
| Octal | 325 | 154 | 57 | 0 | 61 | 116 | 20 | 26 | 102 | 63 |
| Binary | 11010101 | 1101100 | 101111 | 0 | 110001 | 1001110 | 10000 | 10110 | 1000010 | 110011 |
Color Harmonies of #D56C2F
Complementary color
Monochromatic Colors of #D56C2F
Black with #D56C2F
Text Example
Text Example
White with #D56C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C2F; }
p { color: rgb(213,108,47); }
H1.HeaderClassName
{
color: #D56C2F;
}
.AnyTagClassName
{
color: #D56C2F;
}
</style>
background-color css
<style>
a { background-color: #D56C2F; }
a { background-color: rgb(213,108,47); }
div.DivClassName
{
background-color: #D56C2F;
}
.BgClassName
{
background-color: #D56C2F;
}
</style>
border-color css
<style>
span { border-color: #D56C2F; }
span { border-color: rgb(213,108,47); }
td.TdClassName
{
border-color: #D56C2F;
}
.TagClassName
{
border-color: #D56C2F;
}
</style>