Shades of Gold Drop #D36634
Tints of Gold Drop #D36634
RGB
CMYK
RGB Variations
Color information
#D36634 (or 0xD36634) is known color: Gold Drop. HEX triplet: D3, 66 and 34. RGB value is (211,102,52). Sum of RGB (Red+Green+Blue) = 211+102+52=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D36634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36634 is #2C99CB. Grayscale: #818181. Windows color (decimal): -2922956 or 3434195. OLE color: 3434195.
HSL color Cylindrical-coordinate representation of color #D36634: hue angle of 18.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D36634 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 52 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.17 |
| HSL | 18.87º | 0.64% | 0.52% | - |
| HSV(B) | 18.87º | 0.75% | 0.83% | - |
| XYZ | 32.24 | 23.6 | 6.11 | - |
| YUV | 128.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 52 | 0 | 0.52 | 0.75 | 0.17 | 18.87 | 0.64 | 0.52 |
| Hex | D3 | 66 | 34 | 0 | 34 | 4B | 11 | 13 | 40 | 34 |
| Octal | 323 | 146 | 64 | 0 | 64 | 113 | 21 | 23 | 100 | 64 |
| Binary | 11010011 | 1100110 | 110100 | 0 | 110100 | 1001011 | 10001 | 10011 | 1000000 | 110100 |
Color Harmonies of #D36634
Complementary color
Monochromatic Colors of #D36634
Black with #D36634
Text Example
Text Example
White with #D36634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36634; }
p { color: rgb(211,102,52); }
H1.HeaderClassName
{
color: #D36634;
}
.AnyTagClassName
{
color: #D36634;
}
</style>
background-color css
<style>
a { background-color: #D36634; }
a { background-color: rgb(211,102,52); }
div.DivClassName
{
background-color: #D36634;
}
.BgClassName
{
background-color: #D36634;
}
</style>
border-color css
<style>
span { border-color: #D36634; }
span { border-color: rgb(211,102,52); }
td.TdClassName
{
border-color: #D36634;
}
.TagClassName
{
border-color: #D36634;
}
</style>