Shades of Gold Drop #D26839
Tints of Gold Drop #D26839
RGB
CMYK
RGB Variations
Color information
#D26839 (or 0xD26839) is known color: Gold Drop. HEX triplet: D2, 68 and 39. RGB value is (210,104,57). Sum of RGB (Red+Green+Blue) = 210+104+57=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D26839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26839 is #2D97C6. Grayscale: #828282. Windows color (decimal): -2987975 or 3762386. OLE color: 3762386.
HSL color Cylindrical-coordinate representation of color #D26839: hue angle of 18.43º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D26839 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 57 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.18 |
| HSL | 18.43º | 0.63% | 0.52% | - |
| HSV(B) | 18.43º | 0.73% | 0.82% | - |
| XYZ | 32.27 | 23.9 | 6.78 | - |
| YUV | 130.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 57 | 0 | 0.50 | 0.73 | 0.18 | 18.43 | 0.63 | 0.52 |
| Hex | D2 | 68 | 39 | 0 | 32 | 49 | 12 | 12 | 3F | 34 |
| Octal | 322 | 150 | 71 | 0 | 62 | 111 | 22 | 22 | 77 | 64 |
| Binary | 11010010 | 1101000 | 111001 | 0 | 110010 | 1001001 | 10010 | 10010 | 111111 | 110100 |
Color Harmonies of #D26839
Complementary color
Monochromatic Colors of #D26839
Black with #D26839
Text Example
Text Example
White with #D26839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26839; }
p { color: rgb(210,104,57); }
H1.HeaderClassName
{
color: #D26839;
}
.AnyTagClassName
{
color: #D26839;
}
</style>
background-color css
<style>
a { background-color: #D26839; }
a { background-color: rgb(210,104,57); }
div.DivClassName
{
background-color: #D26839;
}
.BgClassName
{
background-color: #D26839;
}
</style>
border-color css
<style>
span { border-color: #D26839; }
span { border-color: rgb(210,104,57); }
td.TdClassName
{
border-color: #D26839;
}
.TagClassName
{
border-color: #D26839;
}
</style>