Shades of Gold Tips #DAAD2C
Tints of Gold Tips #DAAD2C
RGB
CMYK
RGB Variations
Color information
#DAAD2C (or 0xDAAD2C) is known color: Gold Tips. HEX triplet: DA, AD and 2C. RGB value is (218,173,44). Sum of RGB (Red+Green+Blue) = 218+173+44=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD2C is #2552D3. Grayscale: #ACACAC. Windows color (decimal): -2446036 or 2928090. OLE color: 2928090.
HSL color Cylindrical-coordinate representation of color #DAAD2C: hue angle of 44.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAAD2C is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 44 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.15 |
| HSL | 44.48º | 0.7% | 0.51% | - |
| HSV(B) | 44.48º | 0.8% | 0.85% | - |
| XYZ | 44.31 | 44.97 | 8.73 | - |
| YUV | 171.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 44 | 0 | 0.21 | 0.80 | 0.15 | 44.48 | 0.7 | 0.51 |
| Hex | DA | AD | 2C | 0 | 15 | 50 | F | 2C | 46 | 33 |
| Octal | 332 | 255 | 54 | 0 | 25 | 120 | 17 | 54 | 106 | 63 |
| Binary | 11011010 | 10101101 | 101100 | 0 | 10101 | 1010000 | 1111 | 101100 | 1000110 | 110011 |
Color Harmonies of #DAAD2C
Complementary color
Monochromatic Colors of #DAAD2C
Black with #DAAD2C
Text Example
Text Example
White with #DAAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD2C; }
p { color: rgb(218,173,44); }
H1.HeaderClassName
{
color: #DAAD2C;
}
.AnyTagClassName
{
color: #DAAD2C;
}
</style>
background-color css
<style>
a { background-color: #DAAD2C; }
a { background-color: rgb(218,173,44); }
div.DivClassName
{
background-color: #DAAD2C;
}
.BgClassName
{
background-color: #DAAD2C;
}
</style>
border-color css
<style>
span { border-color: #DAAD2C; }
span { border-color: rgb(218,173,44); }
td.TdClassName
{
border-color: #DAAD2C;
}
.TagClassName
{
border-color: #DAAD2C;
}
</style>