Shades of Galliano #DAB21A
Tints of Galliano #DAB21A
RGB
CMYK
RGB Variations
Color information
#DAB21A (or 0xDAB21A) is known color: Galliano. HEX triplet: DA, B2 and 1A. RGB value is (218,178,26). Sum of RGB (Red+Green+Blue) = 218+178+26=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB21A is #254DE5. Grayscale: #ADADAD. Windows color (decimal): -2444774 or 1749722. OLE color: 1749722.
HSL color Cylindrical-coordinate representation of color #DAB21A: hue angle of 47.5º 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 #DAB21A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 26 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.15 |
| HSL | 47.5º | 0.79% | 0.48% | - |
| HSV(B) | 47.5º | 0.88% | 0.85% | - |
| XYZ | 45.02 | 46.82 | 7.64 | - |
| YUV | 172.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 26 | 0 | 0.18 | 0.88 | 0.15 | 47.5 | 0.79 | 0.48 |
| Hex | DA | B2 | 1A | 0 | 12 | 58 | F | 30 | 4F | 30 |
| Octal | 332 | 262 | 32 | 0 | 22 | 130 | 17 | 60 | 117 | 60 |
| Binary | 11011010 | 10110010 | 11010 | 0 | 10010 | 1011000 | 1111 | 110000 | 1001111 | 110000 |
Color Harmonies of #DAB21A
Complementary color
Monochromatic Colors of #DAB21A
Black with #DAB21A
Text Example
Text Example
White with #DAB21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB21A; }
p { color: rgb(218,178,26); }
H1.HeaderClassName
{
color: #DAB21A;
}
.AnyTagClassName
{
color: #DAB21A;
}
</style>
background-color css
<style>
a { background-color: #DAB21A; }
a { background-color: rgb(218,178,26); }
div.DivClassName
{
background-color: #DAB21A;
}
.BgClassName
{
background-color: #DAB21A;
}
</style>
border-color css
<style>
span { border-color: #DAB21A; }
span { border-color: rgb(218,178,26); }
td.TdClassName
{
border-color: #DAB21A;
}
.TagClassName
{
border-color: #DAB21A;
}
</style>