Shades of Galliano #D9A231
Tints of Galliano #D9A231
RGB
CMYK
RGB Variations
Color information
#D9A231 (or 0xD9A231) is known color: Galliano. HEX triplet: D9, A2 and 31. RGB value is (217,162,49). Sum of RGB (Red+Green+Blue) = 217+162+49=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A231 is #265DCE. Grayscale: #A6A6A6. Windows color (decimal): -2514383 or 3252953. OLE color: 3252953.
HSL color Cylindrical-coordinate representation of color #D9A231: hue angle of 40.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9A231 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 49 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.15 |
| HSL | 40.36º | 0.69% | 0.52% | - |
| HSV(B) | 40.36º | 0.77% | 0.85% | - |
| XYZ | 42.09 | 40.81 | 8.57 | - |
| YUV | 165.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 49 | 0 | 0.25 | 0.77 | 0.15 | 40.36 | 0.69 | 0.52 |
| Hex | D9 | A2 | 31 | 0 | 19 | 4D | F | 28 | 45 | 34 |
| Octal | 331 | 242 | 61 | 0 | 31 | 115 | 17 | 50 | 105 | 64 |
| Binary | 11011001 | 10100010 | 110001 | 0 | 11001 | 1001101 | 1111 | 101000 | 1000101 | 110100 |
Color Harmonies of #D9A231
Complementary color
Monochromatic Colors of #D9A231
Black with #D9A231
Text Example
Text Example
White with #D9A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A231; }
p { color: rgb(217,162,49); }
H1.HeaderClassName
{
color: #D9A231;
}
.AnyTagClassName
{
color: #D9A231;
}
</style>
background-color css
<style>
a { background-color: #D9A231; }
a { background-color: rgb(217,162,49); }
div.DivClassName
{
background-color: #D9A231;
}
.BgClassName
{
background-color: #D9A231;
}
</style>
border-color css
<style>
span { border-color: #D9A231; }
span { border-color: rgb(217,162,49); }
td.TdClassName
{
border-color: #D9A231;
}
.TagClassName
{
border-color: #D9A231;
}
</style>