Shades of Gold Tips #DAB32B
Tints of Gold Tips #DAB32B
RGB
CMYK
RGB Variations
Color information
#DAB32B (or 0xDAB32B) is known color: Gold Tips. HEX triplet: DA, B3 and 2B. RGB value is (218,179,43). Sum of RGB (Red+Green+Blue) = 218+179+43=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32B is #254CD4. Grayscale: #AFAFAF. Windows color (decimal): -2444501 or 2864090. OLE color: 2864090.
HSL color Cylindrical-coordinate representation of color #DAB32B: hue angle of 46.63º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB32B is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 43 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.15 |
| HSL | 46.63º | 0.7% | 0.51% | - |
| HSV(B) | 46.63º | 0.8% | 0.85% | - |
| XYZ | 45.47 | 47.32 | 9.02 | - |
| YUV | 175.16 | 53.42 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 43 | 0 | 0.18 | 0.80 | 0.15 | 46.63 | 0.7 | 0.51 |
| Hex | DA | B3 | 2B | 0 | 12 | 50 | F | 2F | 46 | 33 |
| Octal | 332 | 263 | 53 | 0 | 22 | 120 | 17 | 57 | 106 | 63 |
| Binary | 11011010 | 10110011 | 101011 | 0 | 10010 | 1010000 | 1111 | 101111 | 1000110 | 110011 |
Color Harmonies of #DAB32B
Complementary color
Monochromatic Colors of #DAB32B
Black with #DAB32B
Text Example
Text Example
White with #DAB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB32B; }
p { color: rgb(218,179,43); }
H1.HeaderClassName
{
color: #DAB32B;
}
.AnyTagClassName
{
color: #DAB32B;
}
</style>
background-color css
<style>
a { background-color: #DAB32B; }
a { background-color: rgb(218,179,43); }
div.DivClassName
{
background-color: #DAB32B;
}
.BgClassName
{
background-color: #DAB32B;
}
</style>
border-color css
<style>
span { border-color: #DAB32B; }
span { border-color: rgb(218,179,43); }
td.TdClassName
{
border-color: #DAB32B;
}
.TagClassName
{
border-color: #DAB32B;
}
</style>