Shades of Gold Drop #D26834
Tints of Gold Drop #D26834
RGB
CMYK
RGB Variations
Color information
#D26834 (or 0xD26834) is known color: Gold Drop. HEX triplet: D2, 68 and 34. RGB value is (210,104,52). Sum of RGB (Red+Green+Blue) = 210+104+52=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D26834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26834 is #2D97CB. Grayscale: #828282. Windows color (decimal): -2987980 or 3434706. OLE color: 3434706.
HSL color Cylindrical-coordinate representation of color #D26834: hue angle of 19.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D26834 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.18 |
| HSL | 19.75º | 0.64% | 0.51% | - |
| HSV(B) | 19.75º | 0.75% | 0.82% | - |
| XYZ | 32.15 | 23.85 | 6.16 | - |
| YUV | 129.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 52 | 0 | 0.50 | 0.75 | 0.18 | 19.75 | 0.64 | 0.51 |
| Hex | D2 | 68 | 34 | 0 | 32 | 4B | 12 | 14 | 40 | 33 |
| Octal | 322 | 150 | 64 | 0 | 62 | 113 | 22 | 24 | 100 | 63 |
| Binary | 11010010 | 1101000 | 110100 | 0 | 110010 | 1001011 | 10010 | 10100 | 1000000 | 110011 |
Color Harmonies of #D26834
Complementary color
Monochromatic Colors of #D26834
Black with #D26834
Text Example
Text Example
White with #D26834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26834; }
p { color: rgb(210,104,52); }
H1.HeaderClassName
{
color: #D26834;
}
.AnyTagClassName
{
color: #D26834;
}
</style>
background-color css
<style>
a { background-color: #D26834; }
a { background-color: rgb(210,104,52); }
div.DivClassName
{
background-color: #D26834;
}
.BgClassName
{
background-color: #D26834;
}
</style>
border-color css
<style>
span { border-color: #D26834; }
span { border-color: rgb(210,104,52); }
td.TdClassName
{
border-color: #D26834;
}
.TagClassName
{
border-color: #D26834;
}
</style>