Shades of Galliano #D8A92A
Tints of Galliano #D8A92A
RGB
CMYK
RGB Variations
Color information
#D8A92A (or 0xD8A92A) is known color: Galliano. HEX triplet: D8, A9 and 2A. RGB value is (216,169,42). Sum of RGB (Red+Green+Blue) = 216+169+42=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A92A is #2756D5. Grayscale: #A9A9A9. Windows color (decimal): -2578134 or 2795992. OLE color: 2795992.
HSL color Cylindrical-coordinate representation of color #D8A92A: hue angle of 43.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8A92A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 42 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.15 |
| HSL | 43.79º | 0.69% | 0.51% | - |
| HSV(B) | 43.79º | 0.81% | 0.85% | - |
| XYZ | 42.92 | 43.14 | 8.26 | - |
| YUV | 168.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 42 | 0 | 0.22 | 0.81 | 0.15 | 43.79 | 0.69 | 0.51 |
| Hex | D8 | A9 | 2A | 0 | 16 | 51 | F | 2C | 45 | 33 |
| Octal | 330 | 251 | 52 | 0 | 26 | 121 | 17 | 54 | 105 | 63 |
| Binary | 11011000 | 10101001 | 101010 | 0 | 10110 | 1010001 | 1111 | 101100 | 1000101 | 110011 |
Color Harmonies of #D8A92A
Complementary color
Monochromatic Colors of #D8A92A
Black with #D8A92A
Text Example
Text Example
White with #D8A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A92A; }
p { color: rgb(216,169,42); }
H1.HeaderClassName
{
color: #D8A92A;
}
.AnyTagClassName
{
color: #D8A92A;
}
</style>
background-color css
<style>
a { background-color: #D8A92A; }
a { background-color: rgb(216,169,42); }
div.DivClassName
{
background-color: #D8A92A;
}
.BgClassName
{
background-color: #D8A92A;
}
</style>
border-color css
<style>
span { border-color: #D8A92A; }
span { border-color: rgb(216,169,42); }
td.TdClassName
{
border-color: #D8A92A;
}
.TagClassName
{
border-color: #D8A92A;
}
</style>