Shades of Gold Tips #DEAC25
Tints of Gold Tips #DEAC25
RGB
CMYK
RGB Variations
Color information
#DEAC25 (or 0xDEAC25) is known color: Gold Tips. HEX triplet: DE, AC and 25. RGB value is (222,172,37). Sum of RGB (Red+Green+Blue) = 222+172+37=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC25 is #2153DA. Grayscale: #ACACAC. Windows color (decimal): -2184155 or 2469086. OLE color: 2469086.
HSL color Cylindrical-coordinate representation of color #DEAC25: hue angle of 43.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEAC25 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 37 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.13 |
| HSL | 43.78º | 0.74% | 0.51% | - |
| HSV(B) | 43.78º | 0.83% | 0.87% | - |
| XYZ | 45.21 | 45.17 | 8.09 | - |
| YUV | 171.56 | 52.07 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 37 | 0 | 0.23 | 0.83 | 0.13 | 43.78 | 0.74 | 0.51 |
| Hex | DE | AC | 25 | 0 | 17 | 53 | D | 2C | 4A | 33 |
| Octal | 336 | 254 | 45 | 0 | 27 | 123 | 15 | 54 | 112 | 63 |
| Binary | 11011110 | 10101100 | 100101 | 0 | 10111 | 1010011 | 1101 | 101100 | 1001010 | 110011 |
Color Harmonies of #DEAC25
Complementary color
Monochromatic Colors of #DEAC25
Black with #DEAC25
Text Example
Text Example
White with #DEAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC25; }
p { color: rgb(222,172,37); }
H1.HeaderClassName
{
color: #DEAC25;
}
.AnyTagClassName
{
color: #DEAC25;
}
</style>
background-color css
<style>
a { background-color: #DEAC25; }
a { background-color: rgb(222,172,37); }
div.DivClassName
{
background-color: #DEAC25;
}
.BgClassName
{
background-color: #DEAC25;
}
</style>
border-color css
<style>
span { border-color: #DEAC25; }
span { border-color: rgb(222,172,37); }
td.TdClassName
{
border-color: #DEAC25;
}
.TagClassName
{
border-color: #DEAC25;
}
</style>