Shades of Gold Tips #DEAF30
Tints of Gold Tips #DEAF30
RGB
CMYK
RGB Variations
Color information
#DEAF30 (or 0xDEAF30) is known color: Gold Tips. HEX triplet: DE, AF and 30. RGB value is (222,175,48). Sum of RGB (Red+Green+Blue) = 222+175+48=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF30 is #2150CF. Grayscale: #AFAFAF. Windows color (decimal): -2183376 or 3190750. OLE color: 3190750.
HSL color Cylindrical-coordinate representation of color #DEAF30: hue angle of 43.79º 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 #DEAF30 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 48 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.13 |
| HSL | 43.79º | 0.73% | 0.53% | - |
| HSV(B) | 43.79º | 0.78% | 0.87% | - |
| XYZ | 45.99 | 46.4 | 9.33 | - |
| YUV | 174.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 48 | 0 | 0.21 | 0.78 | 0.13 | 43.79 | 0.73 | 0.53 |
| Hex | DE | AF | 30 | 0 | 15 | 4E | D | 2C | 48 | 35 |
| Octal | 336 | 257 | 60 | 0 | 25 | 116 | 15 | 54 | 110 | 65 |
| Binary | 11011110 | 10101111 | 110000 | 0 | 10101 | 1001110 | 1101 | 101100 | 1001000 | 110101 |
Color Harmonies of #DEAF30
Complementary color
Monochromatic Colors of #DEAF30
Black with #DEAF30
Text Example
Text Example
White with #DEAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF30; }
p { color: rgb(222,175,48); }
H1.HeaderClassName
{
color: #DEAF30;
}
.AnyTagClassName
{
color: #DEAF30;
}
</style>
background-color css
<style>
a { background-color: #DEAF30; }
a { background-color: rgb(222,175,48); }
div.DivClassName
{
background-color: #DEAF30;
}
.BgClassName
{
background-color: #DEAF30;
}
</style>
border-color css
<style>
span { border-color: #DEAF30; }
span { border-color: rgb(222,175,48); }
td.TdClassName
{
border-color: #DEAF30;
}
.TagClassName
{
border-color: #DEAF30;
}
</style>