Shades of Gold Tips #DCAE2F
Tints of Gold Tips #DCAE2F
RGB
CMYK
RGB Variations
Color information
#DCAE2F (or 0xDCAE2F) is known color: Gold Tips. HEX triplet: DC, AE and 2F. RGB value is (220,174,47). Sum of RGB (Red+Green+Blue) = 220+174+47=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE2F is #2351D0. Grayscale: #ADADAD. Windows color (decimal): -2314705 or 3124956. OLE color: 3124956.
HSL color Cylindrical-coordinate representation of color #DCAE2F: hue angle of 44.05º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCAE2F is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 47 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.14 |
| HSL | 44.05º | 0.71% | 0.52% | - |
| HSV(B) | 44.05º | 0.79% | 0.86% | - |
| XYZ | 45.16 | 45.69 | 9.13 | - |
| YUV | 173.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 47 | 0 | 0.21 | 0.79 | 0.14 | 44.05 | 0.71 | 0.52 |
| Hex | DC | AE | 2F | 0 | 15 | 4F | E | 2C | 47 | 34 |
| Octal | 334 | 256 | 57 | 0 | 25 | 117 | 16 | 54 | 107 | 64 |
| Binary | 11011100 | 10101110 | 101111 | 0 | 10101 | 1001111 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DCAE2F
Complementary color
Monochromatic Colors of #DCAE2F
Black with #DCAE2F
Text Example
Text Example
White with #DCAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE2F; }
p { color: rgb(220,174,47); }
H1.HeaderClassName
{
color: #DCAE2F;
}
.AnyTagClassName
{
color: #DCAE2F;
}
</style>
background-color css
<style>
a { background-color: #DCAE2F; }
a { background-color: rgb(220,174,47); }
div.DivClassName
{
background-color: #DCAE2F;
}
.BgClassName
{
background-color: #DCAE2F;
}
</style>
border-color css
<style>
span { border-color: #DCAE2F; }
span { border-color: rgb(220,174,47); }
td.TdClassName
{
border-color: #DCAE2F;
}
.TagClassName
{
border-color: #DCAE2F;
}
</style>