Shades of Gold Tips #DEAE2C
Tints of Gold Tips #DEAE2C
RGB
CMYK
RGB Variations
Color information
#DEAE2C (or 0xDEAE2C) is known color: Gold Tips. HEX triplet: DE, AE and 2C. RGB value is (222,174,44). Sum of RGB (Red+Green+Blue) = 222+174+44=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE2C is #2151D3. Grayscale: #AEAEAE. Windows color (decimal): -2183636 or 2928350. OLE color: 2928350.
HSL color Cylindrical-coordinate representation of color #DEAE2C: hue angle of 43.82º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEAE2C is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 44 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.13 |
| HSL | 43.82º | 0.73% | 0.52% | - |
| HSV(B) | 43.82º | 0.8% | 0.87% | - |
| XYZ | 45.71 | 45.98 | 8.85 | - |
| YUV | 173.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 44 | 0 | 0.22 | 0.80 | 0.13 | 43.82 | 0.73 | 0.52 |
| Hex | DE | AE | 2C | 0 | 16 | 50 | D | 2C | 49 | 34 |
| Octal | 336 | 256 | 54 | 0 | 26 | 120 | 15 | 54 | 111 | 64 |
| Binary | 11011110 | 10101110 | 101100 | 0 | 10110 | 1010000 | 1101 | 101100 | 1001001 | 110100 |
Color Harmonies of #DEAE2C
Complementary color
Monochromatic Colors of #DEAE2C
Black with #DEAE2C
Text Example
Text Example
White with #DEAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE2C; }
p { color: rgb(222,174,44); }
H1.HeaderClassName
{
color: #DEAE2C;
}
.AnyTagClassName
{
color: #DEAE2C;
}
</style>
background-color css
<style>
a { background-color: #DEAE2C; }
a { background-color: rgb(222,174,44); }
div.DivClassName
{
background-color: #DEAE2C;
}
.BgClassName
{
background-color: #DEAE2C;
}
</style>
border-color css
<style>
span { border-color: #DEAE2C; }
span { border-color: rgb(222,174,44); }
td.TdClassName
{
border-color: #DEAE2C;
}
.TagClassName
{
border-color: #DEAE2C;
}
</style>