Shades of Gold Drop #D56B35
Tints of Gold Drop #D56B35
RGB
CMYK
RGB Variations
Color information
#D56B35 (or 0xD56B35) is known color: Gold Drop. HEX triplet: D5, 6B and 35. RGB value is (213,107,53). Sum of RGB (Red+Green+Blue) = 213+107+53=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56B35 is #2A94CA. Grayscale: #848484. Windows color (decimal): -2790603 or 3501013. OLE color: 3501013.
HSL color Cylindrical-coordinate representation of color #D56B35: hue angle of 20.25º degrees, saturation: 0.66, 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 #D56B35 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 53 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.16 |
| HSL | 20.25º | 0.66% | 0.52% | - |
| HSV(B) | 20.25º | 0.75% | 0.84% | - |
| XYZ | 33.34 | 24.92 | 6.42 | - |
| YUV | 132.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 53 | 0 | 0.50 | 0.75 | 0.16 | 20.25 | 0.66 | 0.52 |
| Hex | D5 | 6B | 35 | 0 | 32 | 4B | 10 | 14 | 42 | 34 |
| Octal | 325 | 153 | 65 | 0 | 62 | 113 | 20 | 24 | 102 | 64 |
| Binary | 11010101 | 1101011 | 110101 | 0 | 110010 | 1001011 | 10000 | 10100 | 1000010 | 110100 |
Color Harmonies of #D56B35
Complementary color
Monochromatic Colors of #D56B35
Black with #D56B35
Text Example
Text Example
White with #D56B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B35; }
p { color: rgb(213,107,53); }
H1.HeaderClassName
{
color: #D56B35;
}
.AnyTagClassName
{
color: #D56B35;
}
</style>
background-color css
<style>
a { background-color: #D56B35; }
a { background-color: rgb(213,107,53); }
div.DivClassName
{
background-color: #D56B35;
}
.BgClassName
{
background-color: #D56B35;
}
</style>
border-color css
<style>
span { border-color: #D56B35; }
span { border-color: rgb(213,107,53); }
td.TdClassName
{
border-color: #D56B35;
}
.TagClassName
{
border-color: #D56B35;
}
</style>