Shades of Gold Drop #DE6529
Tints of Gold Drop #DE6529
RGB
CMYK
RGB Variations
Color information
#DE6529 (or 0xDE6529) is known color: Gold Drop. HEX triplet: DE, 65 and 29. RGB value is (222,101,41). Sum of RGB (Red+Green+Blue) = 222+101+41=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6529 is #219AD6. Grayscale: #828282. Windows color (decimal): -2202327 or 2713054. OLE color: 2713054.
HSL color Cylindrical-coordinate representation of color #DE6529: hue angle of 19.89º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE6529 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 41 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.13 |
| HSL | 19.89º | 0.73% | 0.52% | - |
| HSV(B) | 19.89º | 0.82% | 0.87% | - |
| XYZ | 35.18 | 25 | 5.07 | - |
| YUV | 130.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 41 | 0 | 0.55 | 0.82 | 0.13 | 19.89 | 0.73 | 0.52 |
| Hex | DE | 65 | 29 | 0 | 37 | 52 | D | 14 | 49 | 34 |
| Octal | 336 | 145 | 51 | 0 | 67 | 122 | 15 | 24 | 111 | 64 |
| Binary | 11011110 | 1100101 | 101001 | 0 | 110111 | 1010010 | 1101 | 10100 | 1001001 | 110100 |
Color Harmonies of #DE6529
Complementary color
Monochromatic Colors of #DE6529
Black with #DE6529
Text Example
Text Example
White with #DE6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6529; }
p { color: rgb(222,101,41); }
H1.HeaderClassName
{
color: #DE6529;
}
.AnyTagClassName
{
color: #DE6529;
}
</style>
background-color css
<style>
a { background-color: #DE6529; }
a { background-color: rgb(222,101,41); }
div.DivClassName
{
background-color: #DE6529;
}
.BgClassName
{
background-color: #DE6529;
}
</style>
border-color css
<style>
span { border-color: #DE6529; }
span { border-color: rgb(222,101,41); }
td.TdClassName
{
border-color: #DE6529;
}
.TagClassName
{
border-color: #DE6529;
}
</style>