Shades of Galliano #DAAB23
Tints of Galliano #DAAB23
RGB
CMYK
RGB Variations
Color information
#DAAB23 (or 0xDAAB23) is known color: Galliano. HEX triplet: DA, AB and 23. RGB value is (218,171,35). Sum of RGB (Red+Green+Blue) = 218+171+35=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 35 (14.06% from 255 or 8.25% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB23 is #2554DC. Grayscale: #AAAAAA. Windows color (decimal): -2446557 or 2337754. OLE color: 2337754.
HSL color Cylindrical-coordinate representation of color #DAAB23: hue angle of 44.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAAB23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.15 |
| HSL | 44.59º | 0.72% | 0.5% | - |
| HSV(B) | 44.59º | 0.84% | 0.85% | - |
| XYZ | 43.78 | 44.15 | 7.8 | - |
| YUV | 169.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 35 | 0 | 0.22 | 0.84 | 0.15 | 44.59 | 0.72 | 0.5 |
| Hex | DA | AB | 23 | 0 | 16 | 54 | F | 2D | 48 | 32 |
| Octal | 332 | 253 | 43 | 0 | 26 | 124 | 17 | 55 | 110 | 62 |
| Binary | 11011010 | 10101011 | 100011 | 0 | 10110 | 1010100 | 1111 | 101101 | 1001000 | 110010 |
Color Harmonies of #DAAB23
Complementary color
Monochromatic Colors of #DAAB23
Black with #DAAB23
Text Example
Text Example
White with #DAAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB23; }
p { color: rgb(218,171,35); }
H1.HeaderClassName
{
color: #DAAB23;
}
.AnyTagClassName
{
color: #DAAB23;
}
</style>
background-color css
<style>
a { background-color: #DAAB23; }
a { background-color: rgb(218,171,35); }
div.DivClassName
{
background-color: #DAAB23;
}
.BgClassName
{
background-color: #DAAB23;
}
</style>
border-color css
<style>
span { border-color: #DAAB23; }
span { border-color: rgb(218,171,35); }
td.TdClassName
{
border-color: #DAAB23;
}
.TagClassName
{
border-color: #DAAB23;
}
</style>