Shades of Gold Tips #DCAE28
Tints of Gold Tips #DCAE28
RGB
CMYK
RGB Variations
Color information
#DCAE28 (or 0xDCAE28) is known color: Gold Tips. HEX triplet: DC, AE and 28. RGB value is (220,174,40). Sum of RGB (Red+Green+Blue) = 220+174+40=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE28 is #2351D7. Grayscale: #ADADAD. Windows color (decimal): -2314712 or 2666204. OLE color: 2666204.
HSL color Cylindrical-coordinate representation of color #DCAE28: hue angle of 44.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCAE28 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.14 |
| HSL | 44.67º | 0.72% | 0.51% | - |
| HSV(B) | 44.67º | 0.82% | 0.86% | - |
| XYZ | 45.03 | 45.64 | 8.44 | - |
| YUV | 172.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 40 | 0 | 0.21 | 0.82 | 0.14 | 44.67 | 0.72 | 0.51 |
| Hex | DC | AE | 28 | 0 | 15 | 52 | E | 2D | 48 | 33 |
| Octal | 334 | 256 | 50 | 0 | 25 | 122 | 16 | 55 | 110 | 63 |
| Binary | 11011100 | 10101110 | 101000 | 0 | 10101 | 1010010 | 1110 | 101101 | 1001000 | 110011 |
Color Harmonies of #DCAE28
Complementary color
Monochromatic Colors of #DCAE28
Black with #DCAE28
Text Example
Text Example
White with #DCAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE28; }
p { color: rgb(220,174,40); }
H1.HeaderClassName
{
color: #DCAE28;
}
.AnyTagClassName
{
color: #DCAE28;
}
</style>
background-color css
<style>
a { background-color: #DCAE28; }
a { background-color: rgb(220,174,40); }
div.DivClassName
{
background-color: #DCAE28;
}
.BgClassName
{
background-color: #DCAE28;
}
</style>
border-color css
<style>
span { border-color: #DCAE28; }
span { border-color: rgb(220,174,40); }
td.TdClassName
{
border-color: #DCAE28;
}
.TagClassName
{
border-color: #DCAE28;
}
</style>