Shades of Galliano #C9AE28
Tints of Galliano #C9AE28
RGB
CMYK
RGB Variations
Color information
#C9AE28 (or 0xC9AE28) is known color: Galliano. HEX triplet: C9, AE and 28. RGB value is (201,174,40). Sum of RGB (Red+Green+Blue) = 201+174+40=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AE28 is #3651D7. Grayscale: #A7A7A7. Windows color (decimal): -3559896 or 2666185. OLE color: 2666185.
HSL color Cylindrical-coordinate representation of color #C9AE28: hue angle of 49.94º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AE28 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 40 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.21 |
| HSL | 49.94º | 0.67% | 0.47% | - |
| HSV(B) | 49.94º | 0.8% | 0.79% | - |
| XYZ | 39.61 | 42.84 | 8.19 | - |
| YUV | 166.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 40 | 0 | 0.13 | 0.80 | 0.21 | 49.94 | 0.67 | 0.47 |
| Hex | C9 | AE | 28 | 0 | D | 50 | 15 | 32 | 43 | 2F |
| Octal | 311 | 256 | 50 | 0 | 15 | 120 | 25 | 62 | 103 | 57 |
| Binary | 11001001 | 10101110 | 101000 | 0 | 1101 | 1010000 | 10101 | 110010 | 1000011 | 101111 |
Color Harmonies of #C9AE28
Complementary color
Monochromatic Colors of #C9AE28
Black with #C9AE28
Text Example
Text Example
White with #C9AE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AE28; }
p { color: rgb(201,174,40); }
H1.HeaderClassName
{
color: #C9AE28;
}
.AnyTagClassName
{
color: #C9AE28;
}
</style>
background-color css
<style>
a { background-color: #C9AE28; }
a { background-color: rgb(201,174,40); }
div.DivClassName
{
background-color: #C9AE28;
}
.BgClassName
{
background-color: #C9AE28;
}
</style>
border-color css
<style>
span { border-color: #C9AE28; }
span { border-color: rgb(201,174,40); }
td.TdClassName
{
border-color: #C9AE28;
}
.TagClassName
{
border-color: #C9AE28;
}
</style>