Shades of Gold Tips #DAAF2A
Tints of Gold Tips #DAAF2A
RGB
CMYK
RGB Variations
Color information
#DAAF2A (or 0xDAAF2A) is known color: Gold Tips. HEX triplet: DA, AF and 2A. RGB value is (218,175,42). Sum of RGB (Red+Green+Blue) = 218+175+42=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF2A is #2550D5. Grayscale: #ADADAD. Windows color (decimal): -2445526 or 2797530. OLE color: 2797530.
HSL color Cylindrical-coordinate representation of color #DAAF2A: hue angle of 45.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAAF2A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 42 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.15 |
| HSL | 45.34º | 0.7% | 0.51% | - |
| HSV(B) | 45.34º | 0.81% | 0.85% | - |
| XYZ | 44.66 | 45.73 | 8.66 | - |
| YUV | 172.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 42 | 0 | 0.20 | 0.81 | 0.15 | 45.34 | 0.7 | 0.51 |
| Hex | DA | AF | 2A | 0 | 14 | 51 | F | 2D | 46 | 33 |
| Octal | 332 | 257 | 52 | 0 | 24 | 121 | 17 | 55 | 106 | 63 |
| Binary | 11011010 | 10101111 | 101010 | 0 | 10100 | 1010001 | 1111 | 101101 | 1000110 | 110011 |
Color Harmonies of #DAAF2A
Complementary color
Monochromatic Colors of #DAAF2A
Black with #DAAF2A
Text Example
Text Example
White with #DAAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF2A; }
p { color: rgb(218,175,42); }
H1.HeaderClassName
{
color: #DAAF2A;
}
.AnyTagClassName
{
color: #DAAF2A;
}
</style>
background-color css
<style>
a { background-color: #DAAF2A; }
a { background-color: rgb(218,175,42); }
div.DivClassName
{
background-color: #DAAF2A;
}
.BgClassName
{
background-color: #DAAF2A;
}
</style>
border-color css
<style>
span { border-color: #DAAF2A; }
span { border-color: rgb(218,175,42); }
td.TdClassName
{
border-color: #DAAF2A;
}
.TagClassName
{
border-color: #DAAF2A;
}
</style>