Shades of Gold Drop #D26A2A
Tints of Gold Drop #D26A2A
RGB
CMYK
RGB Variations
Color information
#D26A2A (or 0xD26A2A) is known color: Gold Drop. HEX triplet: D2, 6A and 2A. RGB value is (210,106,42). Sum of RGB (Red+Green+Blue) = 210+106+42=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A2A is #2D95D5. Grayscale: #828282. Windows color (decimal): -2987478 or 2779858. OLE color: 2779858.
HSL color Cylindrical-coordinate representation of color #D26A2A: hue angle of 22.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D26A2A is Cyan = 0, Magento = 0.50, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 42 | - |
| CMYK | 0 | 0.50 | 0.8 | 0.18 |
| HSL | 22.86º | 0.67% | 0.49% | - |
| HSV(B) | 22.86º | 0.8% | 0.82% | - |
| XYZ | 32.15 | 24.18 | 5.16 | - |
| YUV | 129.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 42 | 0 | 0.50 | 0.8 | 0.18 | 22.86 | 0.67 | 0.49 |
| Hex | D2 | 6A | 2A | 0 | 32 | 50 | 12 | 17 | 43 | 31 |
| Octal | 322 | 152 | 52 | 0 | 62 | 120 | 22 | 27 | 103 | 61 |
| Binary | 11010010 | 1101010 | 101010 | 0 | 110010 | 1010000 | 10010 | 10111 | 1000011 | 110001 |
Color Harmonies of #D26A2A
Complementary color
Monochromatic Colors of #D26A2A
Black with #D26A2A
Text Example
Text Example
White with #D26A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A2A; }
p { color: rgb(210,106,42); }
H1.HeaderClassName
{
color: #D26A2A;
}
.AnyTagClassName
{
color: #D26A2A;
}
</style>
background-color css
<style>
a { background-color: #D26A2A; }
a { background-color: rgb(210,106,42); }
div.DivClassName
{
background-color: #D26A2A;
}
.BgClassName
{
background-color: #D26A2A;
}
</style>
border-color css
<style>
span { border-color: #D26A2A; }
span { border-color: rgb(210,106,42); }
td.TdClassName
{
border-color: #D26A2A;
}
.TagClassName
{
border-color: #D26A2A;
}
</style>