Shades of Gold Tips #DEAC30
Tints of Gold Tips #DEAC30
RGB
CMYK
RGB Variations
Color information
#DEAC30 (or 0xDEAC30) is known color: Gold Tips. HEX triplet: DE, AC and 30. RGB value is (222,172,48). Sum of RGB (Red+Green+Blue) = 222+172+48=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC30 is #2153CF. Grayscale: #ADADAD. Windows color (decimal): -2184144 or 3189982. OLE color: 3189982.
HSL color Cylindrical-coordinate representation of color #DEAC30: hue angle of 42.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEAC30 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 48 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.13 |
| HSL | 42.76º | 0.73% | 0.53% | - |
| HSV(B) | 42.76º | 0.78% | 0.87% | - |
| XYZ | 45.41 | 45.25 | 9.14 | - |
| YUV | 172.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 48 | 0 | 0.23 | 0.78 | 0.13 | 42.76 | 0.73 | 0.53 |
| Hex | DE | AC | 30 | 0 | 17 | 4E | D | 2B | 48 | 35 |
| Octal | 336 | 254 | 60 | 0 | 27 | 116 | 15 | 53 | 110 | 65 |
| Binary | 11011110 | 10101100 | 110000 | 0 | 10111 | 1001110 | 1101 | 101011 | 1001000 | 110101 |
Color Harmonies of #DEAC30
Complementary color
Monochromatic Colors of #DEAC30
Black with #DEAC30
Text Example
Text Example
White with #DEAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC30; }
p { color: rgb(222,172,48); }
H1.HeaderClassName
{
color: #DEAC30;
}
.AnyTagClassName
{
color: #DEAC30;
}
</style>
background-color css
<style>
a { background-color: #DEAC30; }
a { background-color: rgb(222,172,48); }
div.DivClassName
{
background-color: #DEAC30;
}
.BgClassName
{
background-color: #DEAC30;
}
</style>
border-color css
<style>
span { border-color: #DEAC30; }
span { border-color: rgb(222,172,48); }
td.TdClassName
{
border-color: #DEAC30;
}
.TagClassName
{
border-color: #DEAC30;
}
</style>