Shades of Galliano #D8A923
Tints of Galliano #D8A923
RGB
CMYK
RGB Variations
Color information
#D8A923 (or 0xD8A923) is known color: Galliano. HEX triplet: D8, A9 and 23. RGB value is (216,169,35). Sum of RGB (Red+Green+Blue) = 216+169+35=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A923 is #2756DC. Grayscale: #A8A8A8. Windows color (decimal): -2578141 or 2337240. OLE color: 2337240.
HSL color Cylindrical-coordinate representation of color #D8A923: hue angle of 44.42º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8A923 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.15 |
| HSL | 44.42º | 0.72% | 0.49% | - |
| HSV(B) | 44.42º | 0.84% | 0.85% | - |
| XYZ | 42.81 | 43.1 | 7.65 | - |
| YUV | 167.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 35 | 0 | 0.22 | 0.84 | 0.15 | 44.42 | 0.72 | 0.49 |
| Hex | D8 | A9 | 23 | 0 | 16 | 54 | F | 2C | 48 | 31 |
| Octal | 330 | 251 | 43 | 0 | 26 | 124 | 17 | 54 | 110 | 61 |
| Binary | 11011000 | 10101001 | 100011 | 0 | 10110 | 1010100 | 1111 | 101100 | 1001000 | 110001 |
Color Harmonies of #D8A923
Complementary color
Monochromatic Colors of #D8A923
Black with #D8A923
Text Example
Text Example
White with #D8A923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A923; }
p { color: rgb(216,169,35); }
H1.HeaderClassName
{
color: #D8A923;
}
.AnyTagClassName
{
color: #D8A923;
}
</style>
background-color css
<style>
a { background-color: #D8A923; }
a { background-color: rgb(216,169,35); }
div.DivClassName
{
background-color: #D8A923;
}
.BgClassName
{
background-color: #D8A923;
}
</style>
border-color css
<style>
span { border-color: #D8A923; }
span { border-color: rgb(216,169,35); }
td.TdClassName
{
border-color: #D8A923;
}
.TagClassName
{
border-color: #D8A923;
}
</style>