Shades of Galliano #C9AD25
Tints of Galliano #C9AD25
RGB
CMYK
RGB Variations
Color information
#C9AD25 (or 0xC9AD25) is known color: Galliano. HEX triplet: C9, AD and 25. RGB value is (201,173,37). Sum of RGB (Red+Green+Blue) = 201+173+37=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AD25 is #3652DA. Grayscale: #A6A6A6. Windows color (decimal): -3560155 or 2469321. OLE color: 2469321.
HSL color Cylindrical-coordinate representation of color #C9AD25: hue angle of 49.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9AD25 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 37 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.21 |
| HSL | 49.76º | 0.69% | 0.47% | - |
| HSV(B) | 49.76º | 0.82% | 0.79% | - |
| XYZ | 39.36 | 42.44 | 7.87 | - |
| YUV | 165.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 37 | 0 | 0.14 | 0.82 | 0.21 | 49.76 | 0.69 | 0.47 |
| Hex | C9 | AD | 25 | 0 | E | 52 | 15 | 32 | 45 | 2F |
| Octal | 311 | 255 | 45 | 0 | 16 | 122 | 25 | 62 | 105 | 57 |
| Binary | 11001001 | 10101101 | 100101 | 0 | 1110 | 1010010 | 10101 | 110010 | 1000101 | 101111 |
Color Harmonies of #C9AD25
Complementary color
Monochromatic Colors of #C9AD25
Black with #C9AD25
Text Example
Text Example
White with #C9AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD25; }
p { color: rgb(201,173,37); }
H1.HeaderClassName
{
color: #C9AD25;
}
.AnyTagClassName
{
color: #C9AD25;
}
</style>
background-color css
<style>
a { background-color: #C9AD25; }
a { background-color: rgb(201,173,37); }
div.DivClassName
{
background-color: #C9AD25;
}
.BgClassName
{
background-color: #C9AD25;
}
</style>
border-color css
<style>
span { border-color: #C9AD25; }
span { border-color: rgb(201,173,37); }
td.TdClassName
{
border-color: #C9AD25;
}
.TagClassName
{
border-color: #C9AD25;
}
</style>