Shades of Galliano #D9A330
Tints of Galliano #D9A330
RGB
CMYK
RGB Variations
Color information
#D9A330 (or 0xD9A330) is known color: Galliano. HEX triplet: D9, A3 and 30. RGB value is (217,163,48). Sum of RGB (Red+Green+Blue) = 217+163+48=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A330 is #265CCF. Grayscale: #A6A6A6. Windows color (decimal): -2514128 or 3187673. OLE color: 3187673.
HSL color Cylindrical-coordinate representation of color #D9A330: hue angle of 40.83º 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 #D9A330 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 48 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.15 |
| HSL | 40.83º | 0.69% | 0.52% | - |
| HSV(B) | 40.83º | 0.78% | 0.85% | - |
| XYZ | 42.25 | 41.16 | 8.51 | - |
| YUV | 166.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 48 | 0 | 0.25 | 0.78 | 0.15 | 40.83 | 0.69 | 0.52 |
| Hex | D9 | A3 | 30 | 0 | 19 | 4E | F | 29 | 45 | 34 |
| Octal | 331 | 243 | 60 | 0 | 31 | 116 | 17 | 51 | 105 | 64 |
| Binary | 11011001 | 10100011 | 110000 | 0 | 11001 | 1001110 | 1111 | 101001 | 1000101 | 110100 |
Color Harmonies of #D9A330
Complementary color
Monochromatic Colors of #D9A330
Black with #D9A330
Text Example
Text Example
White with #D9A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A330; }
p { color: rgb(217,163,48); }
H1.HeaderClassName
{
color: #D9A330;
}
.AnyTagClassName
{
color: #D9A330;
}
</style>
background-color css
<style>
a { background-color: #D9A330; }
a { background-color: rgb(217,163,48); }
div.DivClassName
{
background-color: #D9A330;
}
.BgClassName
{
background-color: #D9A330;
}
</style>
border-color css
<style>
span { border-color: #D9A330; }
span { border-color: rgb(217,163,48); }
td.TdClassName
{
border-color: #D9A330;
}
.TagClassName
{
border-color: #D9A330;
}
</style>