Shades of Gold Drop #D26A34
Tints of Gold Drop #D26A34
RGB
CMYK
RGB Variations
Color information
#D26A34 (or 0xD26A34) is known color: Gold Drop. HEX triplet: D2, 6A and 34. RGB value is (210,106,52). Sum of RGB (Red+Green+Blue) = 210+106+52=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A34 is #2D95CB. Grayscale: #838383. Windows color (decimal): -2987468 or 3435218. OLE color: 3435218.
HSL color Cylindrical-coordinate representation of color #D26A34: hue angle of 20.51º 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 #D26A34 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.18 |
| HSL | 20.51º | 0.64% | 0.51% | - |
| HSV(B) | 20.51º | 0.75% | 0.82% | - |
| XYZ | 32.35 | 24.26 | 6.23 | - |
| YUV | 130.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 52 | 0 | 0.50 | 0.75 | 0.18 | 20.51 | 0.64 | 0.51 |
| Hex | D2 | 6A | 34 | 0 | 32 | 4B | 12 | 15 | 40 | 33 |
| Octal | 322 | 152 | 64 | 0 | 62 | 113 | 22 | 25 | 100 | 63 |
| Binary | 11010010 | 1101010 | 110100 | 0 | 110010 | 1001011 | 10010 | 10101 | 1000000 | 110011 |
Color Harmonies of #D26A34
Complementary color
Monochromatic Colors of #D26A34
Black with #D26A34
Text Example
Text Example
White with #D26A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A34; }
p { color: rgb(210,106,52); }
H1.HeaderClassName
{
color: #D26A34;
}
.AnyTagClassName
{
color: #D26A34;
}
</style>
background-color css
<style>
a { background-color: #D26A34; }
a { background-color: rgb(210,106,52); }
div.DivClassName
{
background-color: #D26A34;
}
.BgClassName
{
background-color: #D26A34;
}
</style>
border-color css
<style>
span { border-color: #D26A34; }
span { border-color: rgb(210,106,52); }
td.TdClassName
{
border-color: #D26A34;
}
.TagClassName
{
border-color: #D26A34;
}
</style>