Shades of Galliano #DAAB2D
Tints of Galliano #DAAB2D
RGB
CMYK
RGB Variations
Color information
#DAAB2D (or 0xDAAB2D) is known color: Galliano. HEX triplet: DA, AB and 2D. RGB value is (218,171,45). Sum of RGB (Red+Green+Blue) = 218+171+45=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAB2D is #2554D2. Grayscale: #ABABAB. Windows color (decimal): -2446547 or 2993114. OLE color: 2993114.
HSL color Cylindrical-coordinate representation of color #DAAB2D: hue angle of 43.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAAB2D is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 45 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.15 |
| HSL | 43.7º | 0.7% | 0.52% | - |
| HSV(B) | 43.7º | 0.79% | 0.85% | - |
| XYZ | 43.95 | 44.22 | 8.7 | - |
| YUV | 170.69 | 57.07 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 45 | 0 | 0.22 | 0.79 | 0.15 | 43.7 | 0.7 | 0.52 |
| Hex | DA | AB | 2D | 0 | 16 | 4F | F | 2C | 46 | 34 |
| Octal | 332 | 253 | 55 | 0 | 26 | 117 | 17 | 54 | 106 | 64 |
| Binary | 11011010 | 10101011 | 101101 | 0 | 10110 | 1001111 | 1111 | 101100 | 1000110 | 110100 |
Color Harmonies of #DAAB2D
Complementary color
Monochromatic Colors of #DAAB2D
Black with #DAAB2D
Text Example
Text Example
White with #DAAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB2D; }
p { color: rgb(218,171,45); }
H1.HeaderClassName
{
color: #DAAB2D;
}
.AnyTagClassName
{
color: #DAAB2D;
}
</style>
background-color css
<style>
a { background-color: #DAAB2D; }
a { background-color: rgb(218,171,45); }
div.DivClassName
{
background-color: #DAAB2D;
}
.BgClassName
{
background-color: #DAAB2D;
}
</style>
border-color css
<style>
span { border-color: #DAAB2D; }
span { border-color: rgb(218,171,45); }
td.TdClassName
{
border-color: #DAAB2D;
}
.TagClassName
{
border-color: #DAAB2D;
}
</style>