Shades of Gold Drop #D26A2B
Tints of Gold Drop #D26A2B
RGB
CMYK
RGB Variations
Color information
#D26A2B (or 0xD26A2B) is known color: Gold Drop. HEX triplet: D2, 6A and 2B. RGB value is (210,106,43). Sum of RGB (Red+Green+Blue) = 210+106+43=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A2B is #2D95D4. Grayscale: #828282. Windows color (decimal): -2987477 or 2845394. OLE color: 2845394.
HSL color Cylindrical-coordinate representation of color #D26A2B: hue angle of 22.63º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D26A2B is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 43 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.18 |
| HSL | 22.63º | 0.66% | 0.5% | - |
| HSV(B) | 22.63º | 0.8% | 0.82% | - |
| XYZ | 32.17 | 24.18 | 5.26 | - |
| YUV | 129.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 43 | 0 | 0.50 | 0.80 | 0.18 | 22.63 | 0.66 | 0.5 |
| Hex | D2 | 6A | 2B | 0 | 32 | 50 | 12 | 17 | 42 | 32 |
| Octal | 322 | 152 | 53 | 0 | 62 | 120 | 22 | 27 | 102 | 62 |
| Binary | 11010010 | 1101010 | 101011 | 0 | 110010 | 1010000 | 10010 | 10111 | 1000010 | 110010 |
Color Harmonies of #D26A2B
Complementary color
Monochromatic Colors of #D26A2B
Black with #D26A2B
Text Example
Text Example
White with #D26A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A2B; }
p { color: rgb(210,106,43); }
H1.HeaderClassName
{
color: #D26A2B;
}
.AnyTagClassName
{
color: #D26A2B;
}
</style>
background-color css
<style>
a { background-color: #D26A2B; }
a { background-color: rgb(210,106,43); }
div.DivClassName
{
background-color: #D26A2B;
}
.BgClassName
{
background-color: #D26A2B;
}
</style>
border-color css
<style>
span { border-color: #D26A2B; }
span { border-color: rgb(210,106,43); }
td.TdClassName
{
border-color: #D26A2B;
}
.TagClassName
{
border-color: #D26A2B;
}
</style>