Shades of Galliano #D9AD2B
Tints of Galliano #D9AD2B
RGB
CMYK
RGB Variations
Color information
#D9AD2B (or 0xD9AD2B) is known color: Galliano. HEX triplet: D9, AD and 2B. RGB value is (217,173,43). Sum of RGB (Red+Green+Blue) = 217+173+43=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD2B is #2652D4. Grayscale: #ABABAB. Windows color (decimal): -2511573 or 2862553. OLE color: 2862553.
HSL color Cylindrical-coordinate representation of color #D9AD2B: hue angle of 44.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9AD2B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 43 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.15 |
| HSL | 44.83º | 0.7% | 0.51% | - |
| HSV(B) | 44.83º | 0.8% | 0.85% | - |
| XYZ | 43.99 | 44.81 | 8.62 | - |
| YUV | 171.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 43 | 0 | 0.20 | 0.80 | 0.15 | 44.83 | 0.7 | 0.51 |
| Hex | D9 | AD | 2B | 0 | 14 | 50 | F | 2D | 46 | 33 |
| Octal | 331 | 255 | 53 | 0 | 24 | 120 | 17 | 55 | 106 | 63 |
| Binary | 11011001 | 10101101 | 101011 | 0 | 10100 | 1010000 | 1111 | 101101 | 1000110 | 110011 |
Color Harmonies of #D9AD2B
Complementary color
Monochromatic Colors of #D9AD2B
Black with #D9AD2B
Text Example
Text Example
White with #D9AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD2B; }
p { color: rgb(217,173,43); }
H1.HeaderClassName
{
color: #D9AD2B;
}
.AnyTagClassName
{
color: #D9AD2B;
}
</style>
background-color css
<style>
a { background-color: #D9AD2B; }
a { background-color: rgb(217,173,43); }
div.DivClassName
{
background-color: #D9AD2B;
}
.BgClassName
{
background-color: #D9AD2B;
}
</style>
border-color css
<style>
span { border-color: #D9AD2B; }
span { border-color: rgb(217,173,43); }
td.TdClassName
{
border-color: #D9AD2B;
}
.TagClassName
{
border-color: #D9AD2B;
}
</style>