Shades of Gold Drop #D36632
Tints of Gold Drop #D36632
RGB
CMYK
RGB Variations
Color information
#D36632 (or 0xD36632) is known color: Gold Drop. HEX triplet: D3, 66 and 32. RGB value is (211,102,50). Sum of RGB (Red+Green+Blue) = 211+102+50=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D36632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36632 is #2C99CD. Grayscale: #808080. Windows color (decimal): -2922958 or 3303123. OLE color: 3303123.
HSL color Cylindrical-coordinate representation of color #D36632: hue angle of 19.38º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D36632 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 50 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.17 |
| HSL | 19.38º | 0.65% | 0.51% | - |
| HSV(B) | 19.38º | 0.76% | 0.83% | - |
| XYZ | 32.19 | 23.58 | 5.87 | - |
| YUV | 128.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 50 | 0 | 0.52 | 0.76 | 0.17 | 19.38 | 0.65 | 0.51 |
| Hex | D3 | 66 | 32 | 0 | 34 | 4C | 11 | 13 | 41 | 33 |
| Octal | 323 | 146 | 62 | 0 | 64 | 114 | 21 | 23 | 101 | 63 |
| Binary | 11010011 | 1100110 | 110010 | 0 | 110100 | 1001100 | 10001 | 10011 | 1000001 | 110011 |
Color Harmonies of #D36632
Complementary color
Monochromatic Colors of #D36632
Black with #D36632
Text Example
Text Example
White with #D36632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36632; }
p { color: rgb(211,102,50); }
H1.HeaderClassName
{
color: #D36632;
}
.AnyTagClassName
{
color: #D36632;
}
</style>
background-color css
<style>
a { background-color: #D36632; }
a { background-color: rgb(211,102,50); }
div.DivClassName
{
background-color: #D36632;
}
.BgClassName
{
background-color: #D36632;
}
</style>
border-color css
<style>
span { border-color: #D36632; }
span { border-color: rgb(211,102,50); }
td.TdClassName
{
border-color: #D36632;
}
.TagClassName
{
border-color: #D36632;
}
</style>