Shades of Gold Drop #DE6328
Tints of Gold Drop #DE6328
RGB
CMYK
RGB Variations
Color information
#DE6328 (or 0xDE6328) is known color: Gold Drop. HEX triplet: DE, 63 and 28. RGB value is (222,99,40). Sum of RGB (Red+Green+Blue) = 222+99+40=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6328 is #219CD7. Grayscale: #818181. Windows color (decimal): -2202840 or 2647006. OLE color: 2647006.
HSL color Cylindrical-coordinate representation of color #DE6328: hue angle of 19.45º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE6328 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 40 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.13 |
| HSL | 19.45º | 0.73% | 0.51% | - |
| HSV(B) | 19.45º | 0.82% | 0.87% | - |
| XYZ | 34.97 | 24.61 | 4.91 | - |
| YUV | 129.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 40 | 0 | 0.55 | 0.82 | 0.13 | 19.45 | 0.73 | 0.51 |
| Hex | DE | 63 | 28 | 0 | 37 | 52 | D | 13 | 49 | 33 |
| Octal | 336 | 143 | 50 | 0 | 67 | 122 | 15 | 23 | 111 | 63 |
| Binary | 11011110 | 1100011 | 101000 | 0 | 110111 | 1010010 | 1101 | 10011 | 1001001 | 110011 |
Color Harmonies of #DE6328
Complementary color
Monochromatic Colors of #DE6328
Black with #DE6328
Text Example
Text Example
White with #DE6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6328; }
p { color: rgb(222,99,40); }
H1.HeaderClassName
{
color: #DE6328;
}
.AnyTagClassName
{
color: #DE6328;
}
</style>
background-color css
<style>
a { background-color: #DE6328; }
a { background-color: rgb(222,99,40); }
div.DivClassName
{
background-color: #DE6328;
}
.BgClassName
{
background-color: #DE6328;
}
</style>
border-color css
<style>
span { border-color: #DE6328; }
span { border-color: rgb(222,99,40); }
td.TdClassName
{
border-color: #DE6328;
}
.TagClassName
{
border-color: #DE6328;
}
</style>