Shades of Gold Drop #D26C34
Tints of Gold Drop #D26C34
RGB
CMYK
RGB Variations
Color information
#D26C34 (or 0xD26C34) is known color: Gold Drop. HEX triplet: D2, 6C and 34. RGB value is (210,108,52). Sum of RGB (Red+Green+Blue) = 210+108+52=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C34 is #2D93CB. Grayscale: #848484. Windows color (decimal): -2986956 or 3435730. OLE color: 3435730.
HSL color Cylindrical-coordinate representation of color #D26C34: hue angle of 21.27º 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 #D26C34 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 52 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.18 |
| HSL | 21.27º | 0.64% | 0.51% | - |
| HSV(B) | 21.27º | 0.75% | 0.82% | - |
| XYZ | 32.56 | 24.67 | 6.3 | - |
| YUV | 132.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 52 | 0 | 0.49 | 0.75 | 0.18 | 21.27 | 0.64 | 0.51 |
| Hex | D2 | 6C | 34 | 0 | 31 | 4B | 12 | 15 | 40 | 33 |
| Octal | 322 | 154 | 64 | 0 | 61 | 113 | 22 | 25 | 100 | 63 |
| Binary | 11010010 | 1101100 | 110100 | 0 | 110001 | 1001011 | 10010 | 10101 | 1000000 | 110011 |
Color Harmonies of #D26C34
Complementary color
Monochromatic Colors of #D26C34
Black with #D26C34
Text Example
Text Example
White with #D26C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C34; }
p { color: rgb(210,108,52); }
H1.HeaderClassName
{
color: #D26C34;
}
.AnyTagClassName
{
color: #D26C34;
}
</style>
background-color css
<style>
a { background-color: #D26C34; }
a { background-color: rgb(210,108,52); }
div.DivClassName
{
background-color: #D26C34;
}
.BgClassName
{
background-color: #D26C34;
}
</style>
border-color css
<style>
span { border-color: #D26C34; }
span { border-color: rgb(210,108,52); }
td.TdClassName
{
border-color: #D26C34;
}
.TagClassName
{
border-color: #D26C34;
}
</style>