Shades of Gold Tips #DAB32D
Tints of Gold Tips #DAB32D
RGB
CMYK
RGB Variations
Color information
#DAB32D (or 0xDAB32D) is known color: Gold Tips. HEX triplet: DA, B3 and 2D. RGB value is (218,179,45). Sum of RGB (Red+Green+Blue) = 218+179+45=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32D is #254CD2. Grayscale: #AFAFAF. Windows color (decimal): -2444499 or 2995162. OLE color: 2995162.
HSL color Cylindrical-coordinate representation of color #DAB32D: hue angle of 46.47º 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 #DAB32D is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 45 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.15 |
| HSL | 46.47º | 0.7% | 0.52% | - |
| HSV(B) | 46.47º | 0.79% | 0.85% | - |
| XYZ | 45.51 | 47.34 | 9.22 | - |
| YUV | 175.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 45 | 0 | 0.18 | 0.79 | 0.15 | 46.47 | 0.7 | 0.52 |
| Hex | DA | B3 | 2D | 0 | 12 | 4F | F | 2E | 46 | 34 |
| Octal | 332 | 263 | 55 | 0 | 22 | 117 | 17 | 56 | 106 | 64 |
| Binary | 11011010 | 10110011 | 101101 | 0 | 10010 | 1001111 | 1111 | 101110 | 1000110 | 110100 |
Color Harmonies of #DAB32D
Complementary color
Monochromatic Colors of #DAB32D
Black with #DAB32D
Text Example
Text Example
White with #DAB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB32D; }
p { color: rgb(218,179,45); }
H1.HeaderClassName
{
color: #DAB32D;
}
.AnyTagClassName
{
color: #DAB32D;
}
</style>
background-color css
<style>
a { background-color: #DAB32D; }
a { background-color: rgb(218,179,45); }
div.DivClassName
{
background-color: #DAB32D;
}
.BgClassName
{
background-color: #DAB32D;
}
</style>
border-color css
<style>
span { border-color: #DAB32D; }
span { border-color: rgb(218,179,45); }
td.TdClassName
{
border-color: #DAB32D;
}
.TagClassName
{
border-color: #DAB32D;
}
</style>