Shades of Gold Tips #DCAE24
Tints of Gold Tips #DCAE24
RGB
CMYK
RGB Variations
Color information
#DCAE24 (or 0xDCAE24) is known color: Gold Tips. HEX triplet: DC, AE and 24. RGB value is (220,174,36). Sum of RGB (Red+Green+Blue) = 220+174+36=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE24 is #2351DB. Grayscale: #ACACAC. Windows color (decimal): -2314716 or 2404060. OLE color: 2404060.
HSL color Cylindrical-coordinate representation of color #DCAE24: hue angle of 45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCAE24 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 36 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.14 |
| HSL | 45º | 0.72% | 0.5% | - |
| HSV(B) | 45º | 0.84% | 0.86% | - |
| XYZ | 44.97 | 45.62 | 8.1 | - |
| YUV | 172.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 36 | 0 | 0.21 | 0.84 | 0.14 | 45 | 0.72 | 0.5 |
| Hex | DC | AE | 24 | 0 | 15 | 54 | E | 2D | 48 | 32 |
| Octal | 334 | 256 | 44 | 0 | 25 | 124 | 16 | 55 | 110 | 62 |
| Binary | 11011100 | 10101110 | 100100 | 0 | 10101 | 1010100 | 1110 | 101101 | 1001000 | 110010 |
Color Harmonies of #DCAE24
Complementary color
Monochromatic Colors of #DCAE24
Black with #DCAE24
Text Example
Text Example
White with #DCAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE24; }
p { color: rgb(220,174,36); }
H1.HeaderClassName
{
color: #DCAE24;
}
.AnyTagClassName
{
color: #DCAE24;
}
</style>
background-color css
<style>
a { background-color: #DCAE24; }
a { background-color: rgb(220,174,36); }
div.DivClassName
{
background-color: #DCAE24;
}
.BgClassName
{
background-color: #DCAE24;
}
</style>
border-color css
<style>
span { border-color: #DCAE24; }
span { border-color: rgb(220,174,36); }
td.TdClassName
{
border-color: #DCAE24;
}
.TagClassName
{
border-color: #DCAE24;
}
</style>