Shades of Galliano #CCAA27
Tints of Galliano #CCAA27
RGB
CMYK
RGB Variations
Color information
#CCAA27 (or 0xCCAA27) is known color: Galliano. HEX triplet: CC, AA and 27. RGB value is (204,170,39). Sum of RGB (Red+Green+Blue) = 204+170+39=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA27 is #3355D8. Grayscale: #A5A5A5. Windows color (decimal): -3364313 or 2599628. OLE color: 2599628.
HSL color Cylindrical-coordinate representation of color #CCAA27: hue angle of 47.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCAA27 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 39 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.2 |
| HSL | 47.64º | 0.68% | 0.48% | - |
| HSV(B) | 47.64º | 0.81% | 0.8% | - |
| XYZ | 39.64 | 41.73 | 7.89 | - |
| YUV | 165.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 39 | 0 | 0.17 | 0.81 | 0.2 | 47.64 | 0.68 | 0.48 |
| Hex | CC | AA | 27 | 0 | 11 | 51 | 14 | 30 | 44 | 30 |
| Octal | 314 | 252 | 47 | 0 | 21 | 121 | 24 | 60 | 104 | 60 |
| Binary | 11001100 | 10101010 | 100111 | 0 | 10001 | 1010001 | 10100 | 110000 | 1000100 | 110000 |
Color Harmonies of #CCAA27
Complementary color
Monochromatic Colors of #CCAA27
Black with #CCAA27
Text Example
Text Example
White with #CCAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA27; }
p { color: rgb(204,170,39); }
H1.HeaderClassName
{
color: #CCAA27;
}
.AnyTagClassName
{
color: #CCAA27;
}
</style>
background-color css
<style>
a { background-color: #CCAA27; }
a { background-color: rgb(204,170,39); }
div.DivClassName
{
background-color: #CCAA27;
}
.BgClassName
{
background-color: #CCAA27;
}
</style>
border-color css
<style>
span { border-color: #CCAA27; }
span { border-color: rgb(204,170,39); }
td.TdClassName
{
border-color: #CCAA27;
}
.TagClassName
{
border-color: #CCAA27;
}
</style>