Shades of Gold Tips #DAAE2D
Tints of Gold Tips #DAAE2D
RGB
CMYK
RGB Variations
Color information
#DAAE2D (or 0xDAAE2D) is known color: Gold Tips. HEX triplet: DA, AE and 2D. RGB value is (218,174,45). Sum of RGB (Red+Green+Blue) = 218+174+45=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAE2D is #2551D2. Grayscale: #ADADAD. Windows color (decimal): -2445779 or 2993882. OLE color: 2993882.
HSL color Cylindrical-coordinate representation of color #DAAE2D: hue angle of 44.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAAE2D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 45 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.15 |
| HSL | 44.74º | 0.7% | 0.52% | - |
| HSV(B) | 44.74º | 0.79% | 0.85% | - |
| XYZ | 44.52 | 45.37 | 8.89 | - |
| YUV | 172.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 45 | 0 | 0.20 | 0.79 | 0.15 | 44.74 | 0.7 | 0.52 |
| Hex | DA | AE | 2D | 0 | 14 | 4F | F | 2D | 46 | 34 |
| Octal | 332 | 256 | 55 | 0 | 24 | 117 | 17 | 55 | 106 | 64 |
| Binary | 11011010 | 10101110 | 101101 | 0 | 10100 | 1001111 | 1111 | 101101 | 1000110 | 110100 |
Color Harmonies of #DAAE2D
Complementary color
Monochromatic Colors of #DAAE2D
Black with #DAAE2D
Text Example
Text Example
White with #DAAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAE2D; }
p { color: rgb(218,174,45); }
H1.HeaderClassName
{
color: #DAAE2D;
}
.AnyTagClassName
{
color: #DAAE2D;
}
</style>
background-color css
<style>
a { background-color: #DAAE2D; }
a { background-color: rgb(218,174,45); }
div.DivClassName
{
background-color: #DAAE2D;
}
.BgClassName
{
background-color: #DAAE2D;
}
</style>
border-color css
<style>
span { border-color: #DAAE2D; }
span { border-color: rgb(218,174,45); }
td.TdClassName
{
border-color: #DAAE2D;
}
.TagClassName
{
border-color: #DAAE2D;
}
</style>