Shades of Gold Drop #D36731
Tints of Gold Drop #D36731
RGB
CMYK
RGB Variations
Color information
#D36731 (or 0xD36731) is known color: Gold Drop. HEX triplet: D3, 67 and 31. RGB value is (211,103,49). Sum of RGB (Red+Green+Blue) = 211+103+49=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D36731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36731 is #2C98CE. Grayscale: #818181. Windows color (decimal): -2922703 or 3237843. OLE color: 3237843.
HSL color Cylindrical-coordinate representation of color #D36731: hue angle of 20º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D36731 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 49 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.17 |
| HSL | 20º | 0.65% | 0.51% | - |
| HSV(B) | 20º | 0.77% | 0.83% | - |
| XYZ | 32.27 | 23.77 | 5.79 | - |
| YUV | 129.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 49 | 0 | 0.51 | 0.77 | 0.17 | 20 | 0.65 | 0.51 |
| Hex | D3 | 67 | 31 | 0 | 33 | 4D | 11 | 14 | 41 | 33 |
| Octal | 323 | 147 | 61 | 0 | 63 | 115 | 21 | 24 | 101 | 63 |
| Binary | 11010011 | 1100111 | 110001 | 0 | 110011 | 1001101 | 10001 | 10100 | 1000001 | 110011 |
Color Harmonies of #D36731
Complementary color
Monochromatic Colors of #D36731
Black with #D36731
Text Example
Text Example
White with #D36731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36731; }
p { color: rgb(211,103,49); }
H1.HeaderClassName
{
color: #D36731;
}
.AnyTagClassName
{
color: #D36731;
}
</style>
background-color css
<style>
a { background-color: #D36731; }
a { background-color: rgb(211,103,49); }
div.DivClassName
{
background-color: #D36731;
}
.BgClassName
{
background-color: #D36731;
}
</style>
border-color css
<style>
span { border-color: #D36731; }
span { border-color: rgb(211,103,49); }
td.TdClassName
{
border-color: #D36731;
}
.TagClassName
{
border-color: #D36731;
}
</style>