Shades of Gold Drop #D36937
Tints of Gold Drop #D36937
RGB
CMYK
RGB Variations
Color information
#D36937 (or 0xD36937) is known color: Gold Drop. HEX triplet: D3, 69 and 37. RGB value is (211,105,55). Sum of RGB (Red+Green+Blue) = 211+105+55=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D36937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36937 is #2C96C8. Grayscale: #838383. Windows color (decimal): -2922185 or 3631571. OLE color: 3631571.
HSL color Cylindrical-coordinate representation of color #D36937: hue angle of 19.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D36937 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 55 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.17 |
| HSL | 19.23º | 0.64% | 0.52% | - |
| HSV(B) | 19.23º | 0.74% | 0.83% | - |
| XYZ | 32.61 | 24.23 | 6.57 | - |
| YUV | 130.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 55 | 0 | 0.50 | 0.74 | 0.17 | 19.23 | 0.64 | 0.52 |
| Hex | D3 | 69 | 37 | 0 | 32 | 4A | 11 | 13 | 40 | 34 |
| Octal | 323 | 151 | 67 | 0 | 62 | 112 | 21 | 23 | 100 | 64 |
| Binary | 11010011 | 1101001 | 110111 | 0 | 110010 | 1001010 | 10001 | 10011 | 1000000 | 110100 |
Color Harmonies of #D36937
Complementary color
Monochromatic Colors of #D36937
Black with #D36937
Text Example
Text Example
White with #D36937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36937; }
p { color: rgb(211,105,55); }
H1.HeaderClassName
{
color: #D36937;
}
.AnyTagClassName
{
color: #D36937;
}
</style>
background-color css
<style>
a { background-color: #D36937; }
a { background-color: rgb(211,105,55); }
div.DivClassName
{
background-color: #D36937;
}
.BgClassName
{
background-color: #D36937;
}
</style>
border-color css
<style>
span { border-color: #D36937; }
span { border-color: rgb(211,105,55); }
td.TdClassName
{
border-color: #D36937;
}
.TagClassName
{
border-color: #D36937;
}
</style>