Shades of Gold Tips #DEAC29
Tints of Gold Tips #DEAC29
RGB
CMYK
RGB Variations
Color information
#DEAC29 (or 0xDEAC29) is known color: Gold Tips. HEX triplet: DE, AC and 29. RGB value is (222,172,41). Sum of RGB (Red+Green+Blue) = 222+172+41=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC29 is #2153D6. Grayscale: #ACACAC. Windows color (decimal): -2184151 or 2731230. OLE color: 2731230.
HSL color Cylindrical-coordinate representation of color #DEAC29: hue angle of 43.43º 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 #DEAC29 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 41 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.13 |
| HSL | 43.43º | 0.73% | 0.52% | - |
| HSV(B) | 43.43º | 0.82% | 0.87% | - |
| XYZ | 45.28 | 45.19 | 8.43 | - |
| YUV | 172.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 41 | 0 | 0.23 | 0.82 | 0.13 | 43.43 | 0.73 | 0.52 |
| Hex | DE | AC | 29 | 0 | 17 | 52 | D | 2B | 49 | 34 |
| Octal | 336 | 254 | 51 | 0 | 27 | 122 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101100 | 101001 | 0 | 10111 | 1010010 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAC29
Complementary color
Monochromatic Colors of #DEAC29
Black with #DEAC29
Text Example
Text Example
White with #DEAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC29; }
p { color: rgb(222,172,41); }
H1.HeaderClassName
{
color: #DEAC29;
}
.AnyTagClassName
{
color: #DEAC29;
}
</style>
background-color css
<style>
a { background-color: #DEAC29; }
a { background-color: rgb(222,172,41); }
div.DivClassName
{
background-color: #DEAC29;
}
.BgClassName
{
background-color: #DEAC29;
}
</style>
border-color css
<style>
span { border-color: #DEAC29; }
span { border-color: rgb(222,172,41); }
td.TdClassName
{
border-color: #DEAC29;
}
.TagClassName
{
border-color: #DEAC29;
}
</style>