Shades of Gold Tips #DEAC2E
Tints of Gold Tips #DEAC2E
RGB
CMYK
RGB Variations
Color information
#DEAC2E (or 0xDEAC2E) is known color: Gold Tips. HEX triplet: DE, AC and 2E. RGB value is (222,172,46). Sum of RGB (Red+Green+Blue) = 222+172+46=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC2E is #2153D1. Grayscale: #ADADAD. Windows color (decimal): -2184146 or 3058910. OLE color: 3058910.
HSL color Cylindrical-coordinate representation of color #DEAC2E: hue angle of 42.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEAC2E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 46 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.13 |
| HSL | 42.95º | 0.73% | 0.53% | - |
| HSV(B) | 42.95º | 0.79% | 0.87% | - |
| XYZ | 45.37 | 45.23 | 8.92 | - |
| YUV | 172.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 46 | 0 | 0.23 | 0.79 | 0.13 | 42.95 | 0.73 | 0.53 |
| Hex | DE | AC | 2E | 0 | 17 | 4F | D | 2B | 49 | 35 |
| Octal | 336 | 254 | 56 | 0 | 27 | 117 | 15 | 53 | 111 | 65 |
| Binary | 11011110 | 10101100 | 101110 | 0 | 10111 | 1001111 | 1101 | 101011 | 1001001 | 110101 |
Color Harmonies of #DEAC2E
Complementary color
Monochromatic Colors of #DEAC2E
Black with #DEAC2E
Text Example
Text Example
White with #DEAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC2E; }
p { color: rgb(222,172,46); }
H1.HeaderClassName
{
color: #DEAC2E;
}
.AnyTagClassName
{
color: #DEAC2E;
}
</style>
background-color css
<style>
a { background-color: #DEAC2E; }
a { background-color: rgb(222,172,46); }
div.DivClassName
{
background-color: #DEAC2E;
}
.BgClassName
{
background-color: #DEAC2E;
}
</style>
border-color css
<style>
span { border-color: #DEAC2E; }
span { border-color: rgb(222,172,46); }
td.TdClassName
{
border-color: #DEAC2E;
}
.TagClassName
{
border-color: #DEAC2E;
}
</style>