Shades of Gold Tips #DAAF29
Tints of Gold Tips #DAAF29
RGB
CMYK
RGB Variations
Color information
#DAAF29 (or 0xDAAF29) is known color: Gold Tips. HEX triplet: DA, AF and 29. RGB value is (218,175,41). Sum of RGB (Red+Green+Blue) = 218+175+41=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF29 is #2550D6. Grayscale: #ADADAD. Windows color (decimal): -2445527 or 2731994. OLE color: 2731994.
HSL color Cylindrical-coordinate representation of color #DAAF29: hue angle of 45.42º degrees, saturation: 0.71, 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 #DAAF29 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 41 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.15 |
| HSL | 45.42º | 0.71% | 0.51% | - |
| HSV(B) | 45.42º | 0.81% | 0.85% | - |
| XYZ | 44.64 | 45.73 | 8.57 | - |
| YUV | 172.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 41 | 0 | 0.20 | 0.81 | 0.15 | 45.42 | 0.71 | 0.51 |
| Hex | DA | AF | 29 | 0 | 14 | 51 | F | 2D | 47 | 33 |
| Octal | 332 | 257 | 51 | 0 | 24 | 121 | 17 | 55 | 107 | 63 |
| Binary | 11011010 | 10101111 | 101001 | 0 | 10100 | 1010001 | 1111 | 101101 | 1000111 | 110011 |
Color Harmonies of #DAAF29
Complementary color
Monochromatic Colors of #DAAF29
Black with #DAAF29
Text Example
Text Example
White with #DAAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF29; }
p { color: rgb(218,175,41); }
H1.HeaderClassName
{
color: #DAAF29;
}
.AnyTagClassName
{
color: #DAAF29;
}
</style>
background-color css
<style>
a { background-color: #DAAF29; }
a { background-color: rgb(218,175,41); }
div.DivClassName
{
background-color: #DAAF29;
}
.BgClassName
{
background-color: #DAAF29;
}
</style>
border-color css
<style>
span { border-color: #DAAF29; }
span { border-color: rgb(218,175,41); }
td.TdClassName
{
border-color: #DAAF29;
}
.TagClassName
{
border-color: #DAAF29;
}
</style>