Shades of Gold Drop #D26932
Tints of Gold Drop #D26932
RGB
CMYK
RGB Variations
Color information
#D26932 (or 0xD26932) is known color: Gold Drop. HEX triplet: D2, 69 and 32. RGB value is (210,105,50). Sum of RGB (Red+Green+Blue) = 210+105+50=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D26932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26932 is #2D96CD. Grayscale: #828282. Windows color (decimal): -2987726 or 3303890. OLE color: 3303890.
HSL color Cylindrical-coordinate representation of color #D26932: hue angle of 20.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D26932 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 50 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.18 |
| HSL | 20.63º | 0.64% | 0.51% | - |
| HSV(B) | 20.63º | 0.76% | 0.82% | - |
| XYZ | 32.21 | 24.04 | 5.96 | - |
| YUV | 130.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 50 | 0 | 0.50 | 0.76 | 0.18 | 20.63 | 0.64 | 0.51 |
| Hex | D2 | 69 | 32 | 0 | 32 | 4C | 12 | 15 | 40 | 33 |
| Octal | 322 | 151 | 62 | 0 | 62 | 114 | 22 | 25 | 100 | 63 |
| Binary | 11010010 | 1101001 | 110010 | 0 | 110010 | 1001100 | 10010 | 10101 | 1000000 | 110011 |
Color Harmonies of #D26932
Complementary color
Monochromatic Colors of #D26932
Black with #D26932
Text Example
Text Example
White with #D26932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26932; }
p { color: rgb(210,105,50); }
H1.HeaderClassName
{
color: #D26932;
}
.AnyTagClassName
{
color: #D26932;
}
</style>
background-color css
<style>
a { background-color: #D26932; }
a { background-color: rgb(210,105,50); }
div.DivClassName
{
background-color: #D26932;
}
.BgClassName
{
background-color: #D26932;
}
</style>
border-color css
<style>
span { border-color: #D26932; }
span { border-color: rgb(210,105,50); }
td.TdClassName
{
border-color: #D26932;
}
.TagClassName
{
border-color: #D26932;
}
</style>