Shades of Gold Drop #D56C36
Tints of Gold Drop #D56C36
RGB
CMYK
RGB Variations
Color information
#D56C36 (or 0xD56C36) is known color: Gold Drop. HEX triplet: D5, 6C and 36. RGB value is (213,108,54). Sum of RGB (Red+Green+Blue) = 213+108+54=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C36 is #2A93C9. Grayscale: #858585. Windows color (decimal): -2790346 or 3566805. OLE color: 3566805.
HSL color Cylindrical-coordinate representation of color #D56C36: hue angle of 20.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D56C36 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 54 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.16 |
| HSL | 20.38º | 0.65% | 0.52% | - |
| HSV(B) | 20.38º | 0.75% | 0.84% | - |
| XYZ | 33.47 | 25.14 | 6.58 | - |
| YUV | 133.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 54 | 0 | 0.49 | 0.75 | 0.16 | 20.38 | 0.65 | 0.52 |
| Hex | D5 | 6C | 36 | 0 | 31 | 4B | 10 | 14 | 41 | 34 |
| Octal | 325 | 154 | 66 | 0 | 61 | 113 | 20 | 24 | 101 | 64 |
| Binary | 11010101 | 1101100 | 110110 | 0 | 110001 | 1001011 | 10000 | 10100 | 1000001 | 110100 |
Color Harmonies of #D56C36
Complementary color
Monochromatic Colors of #D56C36
Black with #D56C36
Text Example
Text Example
White with #D56C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C36; }
p { color: rgb(213,108,54); }
H1.HeaderClassName
{
color: #D56C36;
}
.AnyTagClassName
{
color: #D56C36;
}
</style>
background-color css
<style>
a { background-color: #D56C36; }
a { background-color: rgb(213,108,54); }
div.DivClassName
{
background-color: #D56C36;
}
.BgClassName
{
background-color: #D56C36;
}
</style>
border-color css
<style>
span { border-color: #D56C36; }
span { border-color: rgb(213,108,54); }
td.TdClassName
{
border-color: #D56C36;
}
.TagClassName
{
border-color: #D56C36;
}
</style>