Shades of Gold Tips #DAAF2D
Tints of Gold Tips #DAAF2D
RGB
CMYK
RGB Variations
Color information
#DAAF2D (or 0xDAAF2D) is known color: Gold Tips. HEX triplet: DA, AF and 2D. RGB value is (218,175,45). Sum of RGB (Red+Green+Blue) = 218+175+45=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAF2D is #2550D2. Grayscale: #ADADAD. Windows color (decimal): -2445523 or 2994138. OLE color: 2994138.
HSL color Cylindrical-coordinate representation of color #DAAF2D: hue angle of 45.09º 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 #DAAF2D is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 45 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.15 |
| HSL | 45.09º | 0.7% | 0.52% | - |
| HSV(B) | 45.09º | 0.79% | 0.85% | - |
| XYZ | 44.72 | 45.75 | 8.96 | - |
| YUV | 173.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 45 | 0 | 0.20 | 0.79 | 0.15 | 45.09 | 0.7 | 0.52 |
| Hex | DA | AF | 2D | 0 | 14 | 4F | F | 2D | 46 | 34 |
| Octal | 332 | 257 | 55 | 0 | 24 | 117 | 17 | 55 | 106 | 64 |
| Binary | 11011010 | 10101111 | 101101 | 0 | 10100 | 1001111 | 1111 | 101101 | 1000110 | 110100 |
Color Harmonies of #DAAF2D
Complementary color
Monochromatic Colors of #DAAF2D
Black with #DAAF2D
Text Example
Text Example
White with #DAAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF2D; }
p { color: rgb(218,175,45); }
H1.HeaderClassName
{
color: #DAAF2D;
}
.AnyTagClassName
{
color: #DAAF2D;
}
</style>
background-color css
<style>
a { background-color: #DAAF2D; }
a { background-color: rgb(218,175,45); }
div.DivClassName
{
background-color: #DAAF2D;
}
.BgClassName
{
background-color: #DAAF2D;
}
</style>
border-color css
<style>
span { border-color: #DAAF2D; }
span { border-color: rgb(218,175,45); }
td.TdClassName
{
border-color: #DAAF2D;
}
.TagClassName
{
border-color: #DAAF2D;
}
</style>