Shades of Galliano #DAA81A
Tints of Galliano #DAA81A
RGB
CMYK
RGB Variations
Color information
#DAA81A (or 0xDAA81A) is known color: Galliano. HEX triplet: DA, A8 and 1A. RGB value is (218,168,26). Sum of RGB (Red+Green+Blue) = 218+168+26=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA81A is #2557E5. Grayscale: #A7A7A7. Windows color (decimal): -2447334 or 1747162. OLE color: 1747162.
HSL color Cylindrical-coordinate representation of color #DAA81A: hue angle of 44.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA81A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 26 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.15 |
| HSL | 44.38º | 0.79% | 0.48% | - |
| HSV(B) | 44.38º | 0.88% | 0.85% | - |
| XYZ | 43.1 | 42.99 | 7 | - |
| YUV | 166.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 26 | 0 | 0.23 | 0.88 | 0.15 | 44.38 | 0.79 | 0.48 |
| Hex | DA | A8 | 1A | 0 | 17 | 58 | F | 2C | 4F | 30 |
| Octal | 332 | 250 | 32 | 0 | 27 | 130 | 17 | 54 | 117 | 60 |
| Binary | 11011010 | 10101000 | 11010 | 0 | 10111 | 1011000 | 1111 | 101100 | 1001111 | 110000 |
Color Harmonies of #DAA81A
Complementary color
Monochromatic Colors of #DAA81A
Black with #DAA81A
Text Example
Text Example
White with #DAA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA81A; }
p { color: rgb(218,168,26); }
H1.HeaderClassName
{
color: #DAA81A;
}
.AnyTagClassName
{
color: #DAA81A;
}
</style>
background-color css
<style>
a { background-color: #DAA81A; }
a { background-color: rgb(218,168,26); }
div.DivClassName
{
background-color: #DAA81A;
}
.BgClassName
{
background-color: #DAA81A;
}
</style>
border-color css
<style>
span { border-color: #DAA81A; }
span { border-color: rgb(218,168,26); }
td.TdClassName
{
border-color: #DAA81A;
}
.TagClassName
{
border-color: #DAA81A;
}
</style>