Shades of Gold Tips #DAAF28
Tints of Gold Tips #DAAF28
RGB
CMYK
RGB Variations
Color information
#DAAF28 (or 0xDAAF28) is known color: Gold Tips. HEX triplet: DA, AF and 28. RGB value is (218,175,40). Sum of RGB (Red+Green+Blue) = 218+175+40=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF28 is #2550D7. Grayscale: #ADADAD. Windows color (decimal): -2445528 or 2666458. OLE color: 2666458.
HSL color Cylindrical-coordinate representation of color #DAAF28: hue angle of 45.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAAF28 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 40 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.15 |
| HSL | 45.51º | 0.71% | 0.51% | - |
| HSV(B) | 45.51º | 0.82% | 0.85% | - |
| XYZ | 44.63 | 45.72 | 8.48 | - |
| YUV | 172.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 40 | 0 | 0.20 | 0.82 | 0.15 | 45.51 | 0.71 | 0.51 |
| Hex | DA | AF | 28 | 0 | 14 | 52 | F | 2E | 47 | 33 |
| Octal | 332 | 257 | 50 | 0 | 24 | 122 | 17 | 56 | 107 | 63 |
| Binary | 11011010 | 10101111 | 101000 | 0 | 10100 | 1010010 | 1111 | 101110 | 1000111 | 110011 |
Color Harmonies of #DAAF28
Complementary color
Monochromatic Colors of #DAAF28
Black with #DAAF28
Text Example
Text Example
White with #DAAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF28; }
p { color: rgb(218,175,40); }
H1.HeaderClassName
{
color: #DAAF28;
}
.AnyTagClassName
{
color: #DAAF28;
}
</style>
background-color css
<style>
a { background-color: #DAAF28; }
a { background-color: rgb(218,175,40); }
div.DivClassName
{
background-color: #DAAF28;
}
.BgClassName
{
background-color: #DAAF28;
}
</style>
border-color css
<style>
span { border-color: #DAAF28; }
span { border-color: rgb(218,175,40); }
td.TdClassName
{
border-color: #DAAF28;
}
.TagClassName
{
border-color: #DAAF28;
}
</style>