Shades of Gold Drop #D56B2B
Tints of Gold Drop #D56B2B
RGB
CMYK
RGB Variations
Color information
#D56B2B (or 0xD56B2B) is known color: Gold Drop. HEX triplet: D5, 6B and 2B. RGB value is (213,107,43). Sum of RGB (Red+Green+Blue) = 213+107+43=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B2B is #2A94D4. Grayscale: #838383. Windows color (decimal): -2790613 or 2845653. OLE color: 2845653.
HSL color Cylindrical-coordinate representation of color #D56B2B: hue angle of 22.59º 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 #D56B2B is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 43 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.16 |
| HSL | 22.59º | 0.67% | 0.5% | - |
| HSV(B) | 22.59º | 0.8% | 0.84% | - |
| XYZ | 33.13 | 24.84 | 5.33 | - |
| YUV | 131.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 43 | 0 | 0.50 | 0.80 | 0.16 | 22.59 | 0.67 | 0.5 |
| Hex | D5 | 6B | 2B | 0 | 32 | 50 | 10 | 17 | 43 | 32 |
| Octal | 325 | 153 | 53 | 0 | 62 | 120 | 20 | 27 | 103 | 62 |
| Binary | 11010101 | 1101011 | 101011 | 0 | 110010 | 1010000 | 10000 | 10111 | 1000011 | 110010 |
Color Harmonies of #D56B2B
Complementary color
Monochromatic Colors of #D56B2B
Black with #D56B2B
Text Example
Text Example
White with #D56B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B2B; }
p { color: rgb(213,107,43); }
H1.HeaderClassName
{
color: #D56B2B;
}
.AnyTagClassName
{
color: #D56B2B;
}
</style>
background-color css
<style>
a { background-color: #D56B2B; }
a { background-color: rgb(213,107,43); }
div.DivClassName
{
background-color: #D56B2B;
}
.BgClassName
{
background-color: #D56B2B;
}
</style>
border-color css
<style>
span { border-color: #D56B2B; }
span { border-color: rgb(213,107,43); }
td.TdClassName
{
border-color: #D56B2B;
}
.TagClassName
{
border-color: #D56B2B;
}
</style>