Shades of Galliano #DAA62B
Tints of Galliano #DAA62B
RGB
CMYK
RGB Variations
Color information
#DAA62B (or 0xDAA62B) is known color: Galliano. HEX triplet: DA, A6 and 2B. RGB value is (218,166,43). Sum of RGB (Red+Green+Blue) = 218+166+43=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA62B is #2559D4. Grayscale: #A8A8A8. Windows color (decimal): -2447829 or 2860762. OLE color: 2860762.
HSL color Cylindrical-coordinate representation of color #DAA62B: hue angle of 42.17º 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 #DAA62B is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 43 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.15 |
| HSL | 42.17º | 0.7% | 0.51% | - |
| HSV(B) | 42.17º | 0.8% | 0.85% | - |
| XYZ | 42.99 | 42.35 | 8.19 | - |
| YUV | 167.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 43 | 0 | 0.24 | 0.80 | 0.15 | 42.17 | 0.7 | 0.51 |
| Hex | DA | A6 | 2B | 0 | 18 | 50 | F | 2A | 46 | 33 |
| Octal | 332 | 246 | 53 | 0 | 30 | 120 | 17 | 52 | 106 | 63 |
| Binary | 11011010 | 10100110 | 101011 | 0 | 11000 | 1010000 | 1111 | 101010 | 1000110 | 110011 |
Color Harmonies of #DAA62B
Complementary color
Monochromatic Colors of #DAA62B
Black with #DAA62B
Text Example
Text Example
White with #DAA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA62B; }
p { color: rgb(218,166,43); }
H1.HeaderClassName
{
color: #DAA62B;
}
.AnyTagClassName
{
color: #DAA62B;
}
</style>
background-color css
<style>
a { background-color: #DAA62B; }
a { background-color: rgb(218,166,43); }
div.DivClassName
{
background-color: #DAA62B;
}
.BgClassName
{
background-color: #DAA62B;
}
</style>
border-color css
<style>
span { border-color: #DAA62B; }
span { border-color: rgb(218,166,43); }
td.TdClassName
{
border-color: #DAA62B;
}
.TagClassName
{
border-color: #DAA62B;
}
</style>