Shades of Gold Tips #DEAE28
Tints of Gold Tips #DEAE28
RGB
CMYK
RGB Variations
Color information
#DEAE28 (or 0xDEAE28) is known color: Gold Tips. HEX triplet: DE, AE and 28. RGB value is (222,174,40). Sum of RGB (Red+Green+Blue) = 222+174+40=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE28 is #2151D7. Grayscale: #ADADAD. Windows color (decimal): -2183640 or 2666206. OLE color: 2666206.
HSL color Cylindrical-coordinate representation of color #DEAE28: hue angle of 44.18º 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 #DEAE28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 40 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.13 |
| HSL | 44.18º | 0.73% | 0.51% | - |
| HSV(B) | 44.18º | 0.82% | 0.87% | - |
| XYZ | 45.64 | 45.95 | 8.47 | - |
| YUV | 173.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 40 | 0 | 0.22 | 0.82 | 0.13 | 44.18 | 0.73 | 0.51 |
| Hex | DE | AE | 28 | 0 | 16 | 52 | D | 2C | 49 | 33 |
| Octal | 336 | 256 | 50 | 0 | 26 | 122 | 15 | 54 | 111 | 63 |
| Binary | 11011110 | 10101110 | 101000 | 0 | 10110 | 1010010 | 1101 | 101100 | 1001001 | 110011 |
Color Harmonies of #DEAE28
Complementary color
Monochromatic Colors of #DEAE28
Black with #DEAE28
Text Example
Text Example
White with #DEAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE28; }
p { color: rgb(222,174,40); }
H1.HeaderClassName
{
color: #DEAE28;
}
.AnyTagClassName
{
color: #DEAE28;
}
</style>
background-color css
<style>
a { background-color: #DEAE28; }
a { background-color: rgb(222,174,40); }
div.DivClassName
{
background-color: #DEAE28;
}
.BgClassName
{
background-color: #DEAE28;
}
</style>
border-color css
<style>
span { border-color: #DEAE28; }
span { border-color: rgb(222,174,40); }
td.TdClassName
{
border-color: #DEAE28;
}
.TagClassName
{
border-color: #DEAE28;
}
</style>