Shades of Gold Tips #DCAE2D
Tints of Gold Tips #DCAE2D
RGB
CMYK
RGB Variations
Color information
#DCAE2D (or 0xDCAE2D) is known color: Gold Tips. HEX triplet: DC, AE and 2D. RGB value is (220,174,45). Sum of RGB (Red+Green+Blue) = 220+174+45=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE2D is #2351D2. Grayscale: #ADADAD. Windows color (decimal): -2314707 or 2993884. OLE color: 2993884.
HSL color Cylindrical-coordinate representation of color #DCAE2D: hue angle of 44.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAE2D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 45 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.14 |
| HSL | 44.23º | 0.71% | 0.52% | - |
| HSV(B) | 44.23º | 0.8% | 0.86% | - |
| XYZ | 45.12 | 45.68 | 8.92 | - |
| YUV | 173.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 45 | 0 | 0.21 | 0.80 | 0.14 | 44.23 | 0.71 | 0.52 |
| Hex | DC | AE | 2D | 0 | 15 | 50 | E | 2C | 47 | 34 |
| Octal | 334 | 256 | 55 | 0 | 25 | 120 | 16 | 54 | 107 | 64 |
| Binary | 11011100 | 10101110 | 101101 | 0 | 10101 | 1010000 | 1110 | 101100 | 1000111 | 110100 |
Color Harmonies of #DCAE2D
Complementary color
Monochromatic Colors of #DCAE2D
Black with #DCAE2D
Text Example
Text Example
White with #DCAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE2D; }
p { color: rgb(220,174,45); }
H1.HeaderClassName
{
color: #DCAE2D;
}
.AnyTagClassName
{
color: #DCAE2D;
}
</style>
background-color css
<style>
a { background-color: #DCAE2D; }
a { background-color: rgb(220,174,45); }
div.DivClassName
{
background-color: #DCAE2D;
}
.BgClassName
{
background-color: #DCAE2D;
}
</style>
border-color css
<style>
span { border-color: #DCAE2D; }
span { border-color: rgb(220,174,45); }
td.TdClassName
{
border-color: #DCAE2D;
}
.TagClassName
{
border-color: #DCAE2D;
}
</style>