Shades of Galliano #DAA72B
Tints of Galliano #DAA72B
RGB
CMYK
RGB Variations
Color information
#DAA72B (or 0xDAA72B) is known color: Galliano. HEX triplet: DA, A7 and 2B. RGB value is (218,167,43). Sum of RGB (Red+Green+Blue) = 218+167+43=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA72B is #2558D4. Grayscale: #A8A8A8. Windows color (decimal): -2447573 or 2861018. OLE color: 2861018.
HSL color Cylindrical-coordinate representation of color #DAA72B: hue angle of 42.51º 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 #DAA72B is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 43 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.15 |
| HSL | 42.51º | 0.7% | 0.51% | - |
| HSV(B) | 42.51º | 0.8% | 0.85% | - |
| XYZ | 43.17 | 42.72 | 8.26 | - |
| YUV | 168.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 43 | 0 | 0.23 | 0.80 | 0.15 | 42.51 | 0.7 | 0.51 |
| Hex | DA | A7 | 2B | 0 | 17 | 50 | F | 2B | 46 | 33 |
| Octal | 332 | 247 | 53 | 0 | 27 | 120 | 17 | 53 | 106 | 63 |
| Binary | 11011010 | 10100111 | 101011 | 0 | 10111 | 1010000 | 1111 | 101011 | 1000110 | 110011 |
Color Harmonies of #DAA72B
Complementary color
Monochromatic Colors of #DAA72B
Black with #DAA72B
Text Example
Text Example
White with #DAA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA72B; }
p { color: rgb(218,167,43); }
H1.HeaderClassName
{
color: #DAA72B;
}
.AnyTagClassName
{
color: #DAA72B;
}
</style>
background-color css
<style>
a { background-color: #DAA72B; }
a { background-color: rgb(218,167,43); }
div.DivClassName
{
background-color: #DAA72B;
}
.BgClassName
{
background-color: #DAA72B;
}
</style>
border-color css
<style>
span { border-color: #DAA72B; }
span { border-color: rgb(218,167,43); }
td.TdClassName
{
border-color: #DAA72B;
}
.TagClassName
{
border-color: #DAA72B;
}
</style>