Shades of Gold Drop #D56C2A
Tints of Gold Drop #D56C2A
RGB
CMYK
RGB Variations
Color information
#D56C2A (or 0xD56C2A) is known color: Gold Drop. HEX triplet: D5, 6C and 2A. RGB value is (213,108,42). Sum of RGB (Red+Green+Blue) = 213+108+42=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C2A is #2A93D5. Grayscale: #848484. Windows color (decimal): -2790358 or 2780373. OLE color: 2780373.
HSL color Cylindrical-coordinate representation of color #D56C2A: hue angle of 23.16º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D56C2A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 42 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.16 |
| HSL | 23.16º | 0.67% | 0.5% | - |
| HSV(B) | 23.16º | 0.8% | 0.84% | - |
| XYZ | 33.22 | 25.04 | 5.27 | - |
| YUV | 131.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 42 | 0 | 0.49 | 0.80 | 0.16 | 23.16 | 0.67 | 0.5 |
| Hex | D5 | 6C | 2A | 0 | 31 | 50 | 10 | 17 | 43 | 32 |
| Octal | 325 | 154 | 52 | 0 | 61 | 120 | 20 | 27 | 103 | 62 |
| Binary | 11010101 | 1101100 | 101010 | 0 | 110001 | 1010000 | 10000 | 10111 | 1000011 | 110010 |
Color Harmonies of #D56C2A
Complementary color
Monochromatic Colors of #D56C2A
Black with #D56C2A
Text Example
Text Example
White with #D56C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C2A; }
p { color: rgb(213,108,42); }
H1.HeaderClassName
{
color: #D56C2A;
}
.AnyTagClassName
{
color: #D56C2A;
}
</style>
background-color css
<style>
a { background-color: #D56C2A; }
a { background-color: rgb(213,108,42); }
div.DivClassName
{
background-color: #D56C2A;
}
.BgClassName
{
background-color: #D56C2A;
}
</style>
border-color css
<style>
span { border-color: #D56C2A; }
span { border-color: rgb(213,108,42); }
td.TdClassName
{
border-color: #D56C2A;
}
.TagClassName
{
border-color: #D56C2A;
}
</style>