Shades of Gold Drop #D56C2C
Tints of Gold Drop #D56C2C
RGB
CMYK
RGB Variations
Color information
#D56C2C (or 0xD56C2C) is known color: Gold Drop. HEX triplet: D5, 6C and 2C. RGB value is (213,108,44). Sum of RGB (Red+Green+Blue) = 213+108+44=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C2C is #2A93D3. Grayscale: #848484. Windows color (decimal): -2790356 or 2911445. OLE color: 2911445.
HSL color Cylindrical-coordinate representation of color #D56C2C: hue angle of 22.72º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D56C2C is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 44 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.16 |
| HSL | 22.72º | 0.67% | 0.5% | - |
| HSV(B) | 22.72º | 0.79% | 0.84% | - |
| XYZ | 33.26 | 25.05 | 5.47 | - |
| YUV | 132.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 44 | 0 | 0.49 | 0.79 | 0.16 | 22.72 | 0.67 | 0.5 |
| Hex | D5 | 6C | 2C | 0 | 31 | 4F | 10 | 17 | 43 | 32 |
| Octal | 325 | 154 | 54 | 0 | 61 | 117 | 20 | 27 | 103 | 62 |
| Binary | 11010101 | 1101100 | 101100 | 0 | 110001 | 1001111 | 10000 | 10111 | 1000011 | 110010 |
Color Harmonies of #D56C2C
Complementary color
Monochromatic Colors of #D56C2C
Black with #D56C2C
Text Example
Text Example
White with #D56C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C2C; }
p { color: rgb(213,108,44); }
H1.HeaderClassName
{
color: #D56C2C;
}
.AnyTagClassName
{
color: #D56C2C;
}
</style>
background-color css
<style>
a { background-color: #D56C2C; }
a { background-color: rgb(213,108,44); }
div.DivClassName
{
background-color: #D56C2C;
}
.BgClassName
{
background-color: #D56C2C;
}
</style>
border-color css
<style>
span { border-color: #D56C2C; }
span { border-color: rgb(213,108,44); }
td.TdClassName
{
border-color: #D56C2C;
}
.TagClassName
{
border-color: #D56C2C;
}
</style>