Shades of Gold Drop #D26C30
Tints of Gold Drop #D26C30
RGB
CMYK
RGB Variations
Color information
#D26C30 (or 0xD26C30) is known color: Gold Drop. HEX triplet: D2, 6C and 30. RGB value is (210,108,48). Sum of RGB (Red+Green+Blue) = 210+108+48=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C30 is #2D93CF. Grayscale: #848484. Windows color (decimal): -2986960 or 3173586. OLE color: 3173586.
HSL color Cylindrical-coordinate representation of color #D26C30: hue angle of 22.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D26C30 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 48 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.18 |
| HSL | 22.22º | 0.64% | 0.51% | - |
| HSV(B) | 22.22º | 0.77% | 0.82% | - |
| XYZ | 32.47 | 24.64 | 5.84 | - |
| YUV | 131.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 48 | 0 | 0.49 | 0.77 | 0.18 | 22.22 | 0.64 | 0.51 |
| Hex | D2 | 6C | 30 | 0 | 31 | 4D | 12 | 16 | 40 | 33 |
| Octal | 322 | 154 | 60 | 0 | 61 | 115 | 22 | 26 | 100 | 63 |
| Binary | 11010010 | 1101100 | 110000 | 0 | 110001 | 1001101 | 10010 | 10110 | 1000000 | 110011 |
Color Harmonies of #D26C30
Complementary color
Monochromatic Colors of #D26C30
Black with #D26C30
Text Example
Text Example
White with #D26C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C30; }
p { color: rgb(210,108,48); }
H1.HeaderClassName
{
color: #D26C30;
}
.AnyTagClassName
{
color: #D26C30;
}
</style>
background-color css
<style>
a { background-color: #D26C30; }
a { background-color: rgb(210,108,48); }
div.DivClassName
{
background-color: #D26C30;
}
.BgClassName
{
background-color: #D26C30;
}
</style>
border-color css
<style>
span { border-color: #D26C30; }
span { border-color: rgb(210,108,48); }
td.TdClassName
{
border-color: #D26C30;
}
.TagClassName
{
border-color: #D26C30;
}
</style>