Shades of Galliano #D9A430
Tints of Galliano #D9A430
RGB
CMYK
RGB Variations
Color information
#D9A430 (or 0xD9A430) is known color: Galliano. HEX triplet: D9, A4 and 30. RGB value is (217,164,48). Sum of RGB (Red+Green+Blue) = 217+164+48=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A430 is #265BCF. Grayscale: #A7A7A7. Windows color (decimal): -2513872 or 3187929. OLE color: 3187929.
HSL color Cylindrical-coordinate representation of color #D9A430: hue angle of 41.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9A430 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 48 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.15 |
| HSL | 41.18º | 0.69% | 0.52% | - |
| HSV(B) | 41.18º | 0.78% | 0.85% | - |
| XYZ | 42.42 | 41.52 | 8.57 | - |
| YUV | 166.62 | 61.06 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 48 | 0 | 0.24 | 0.78 | 0.15 | 41.18 | 0.69 | 0.52 |
| Hex | D9 | A4 | 30 | 0 | 18 | 4E | F | 29 | 45 | 34 |
| Octal | 331 | 244 | 60 | 0 | 30 | 116 | 17 | 51 | 105 | 64 |
| Binary | 11011001 | 10100100 | 110000 | 0 | 11000 | 1001110 | 1111 | 101001 | 1000101 | 110100 |
Color Harmonies of #D9A430
Complementary color
Monochromatic Colors of #D9A430
Black with #D9A430
Text Example
Text Example
White with #D9A430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A430; }
p { color: rgb(217,164,48); }
H1.HeaderClassName
{
color: #D9A430;
}
.AnyTagClassName
{
color: #D9A430;
}
</style>
background-color css
<style>
a { background-color: #D9A430; }
a { background-color: rgb(217,164,48); }
div.DivClassName
{
background-color: #D9A430;
}
.BgClassName
{
background-color: #D9A430;
}
</style>
border-color css
<style>
span { border-color: #D9A430; }
span { border-color: rgb(217,164,48); }
td.TdClassName
{
border-color: #D9A430;
}
.TagClassName
{
border-color: #D9A430;
}
</style>