Shades of Gold Tips #DAB12D
Tints of Gold Tips #DAB12D
RGB
CMYK
RGB Variations
Color information
#DAB12D (or 0xDAB12D) is known color: Gold Tips. HEX triplet: DA, B1 and 2D. RGB value is (218,177,45). Sum of RGB (Red+Green+Blue) = 218+177+45=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB12D is #254ED2. Grayscale: #AEAEAE. Windows color (decimal): -2445011 or 2994650. OLE color: 2994650.
HSL color Cylindrical-coordinate representation of color #DAB12D: hue angle of 45.78º 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 #DAB12D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.15 |
| HSL | 45.78º | 0.7% | 0.52% | - |
| HSV(B) | 45.78º | 0.79% | 0.85% | - |
| XYZ | 45.11 | 46.54 | 9.09 | - |
| YUV | 174.21 | 55.08 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 45 | 0 | 0.19 | 0.79 | 0.15 | 45.78 | 0.7 | 0.52 |
| Hex | DA | B1 | 2D | 0 | 13 | 4F | F | 2E | 46 | 34 |
| Octal | 332 | 261 | 55 | 0 | 23 | 117 | 17 | 56 | 106 | 64 |
| Binary | 11011010 | 10110001 | 101101 | 0 | 10011 | 1001111 | 1111 | 101110 | 1000110 | 110100 |
Color Harmonies of #DAB12D
Complementary color
Monochromatic Colors of #DAB12D
Black with #DAB12D
Text Example
Text Example
White with #DAB12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB12D; }
p { color: rgb(218,177,45); }
H1.HeaderClassName
{
color: #DAB12D;
}
.AnyTagClassName
{
color: #DAB12D;
}
</style>
background-color css
<style>
a { background-color: #DAB12D; }
a { background-color: rgb(218,177,45); }
div.DivClassName
{
background-color: #DAB12D;
}
.BgClassName
{
background-color: #DAB12D;
}
</style>
border-color css
<style>
span { border-color: #DAB12D; }
span { border-color: rgb(218,177,45); }
td.TdClassName
{
border-color: #DAB12D;
}
.TagClassName
{
border-color: #DAB12D;
}
</style>