Shades of Gold Tips #DEAC2D
Tints of Gold Tips #DEAC2D
RGB
CMYK
RGB Variations
Color information
#DEAC2D (or 0xDEAC2D) is known color: Gold Tips. HEX triplet: DE, AC and 2D. RGB value is (222,172,45). Sum of RGB (Red+Green+Blue) = 222+172+45=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAC2D is #2153D2. Grayscale: #ADADAD. Windows color (decimal): -2184147 or 2993374. OLE color: 2993374.
HSL color Cylindrical-coordinate representation of color #DEAC2D: hue angle of 43.05º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEAC2D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 45 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.13 |
| HSL | 43.05º | 0.73% | 0.52% | - |
| HSV(B) | 43.05º | 0.8% | 0.87% | - |
| XYZ | 45.35 | 45.22 | 8.82 | - |
| YUV | 172.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 45 | 0 | 0.23 | 0.80 | 0.13 | 43.05 | 0.73 | 0.52 |
| Hex | DE | AC | 2D | 0 | 17 | 50 | D | 2B | 49 | 34 |
| Octal | 336 | 254 | 55 | 0 | 27 | 120 | 15 | 53 | 111 | 64 |
| Binary | 11011110 | 10101100 | 101101 | 0 | 10111 | 1010000 | 1101 | 101011 | 1001001 | 110100 |
Color Harmonies of #DEAC2D
Complementary color
Monochromatic Colors of #DEAC2D
Black with #DEAC2D
Text Example
Text Example
White with #DEAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC2D; }
p { color: rgb(222,172,45); }
H1.HeaderClassName
{
color: #DEAC2D;
}
.AnyTagClassName
{
color: #DEAC2D;
}
</style>
background-color css
<style>
a { background-color: #DEAC2D; }
a { background-color: rgb(222,172,45); }
div.DivClassName
{
background-color: #DEAC2D;
}
.BgClassName
{
background-color: #DEAC2D;
}
</style>
border-color css
<style>
span { border-color: #DEAC2D; }
span { border-color: rgb(222,172,45); }
td.TdClassName
{
border-color: #DEAC2D;
}
.TagClassName
{
border-color: #DEAC2D;
}
</style>