Shades of Galliano #CCAA28
Tints of Galliano #CCAA28
RGB
CMYK
RGB Variations
Color information
#CCAA28 (or 0xCCAA28) is known color: Galliano. HEX triplet: CC, AA and 28. RGB value is (204,170,40). Sum of RGB (Red+Green+Blue) = 204+170+40=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA28 is #3355D7. Grayscale: #A5A5A5. Windows color (decimal): -3364312 or 2665164. OLE color: 2665164.
HSL color Cylindrical-coordinate representation of color #CCAA28: hue angle of 47.56º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCAA28 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 40 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.2 |
| HSL | 47.56º | 0.67% | 0.48% | - |
| HSV(B) | 47.56º | 0.8% | 0.8% | - |
| XYZ | 39.66 | 41.74 | 7.97 | - |
| YUV | 165.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 40 | 0 | 0.17 | 0.80 | 0.2 | 47.56 | 0.67 | 0.48 |
| Hex | CC | AA | 28 | 0 | 11 | 50 | 14 | 30 | 43 | 30 |
| Octal | 314 | 252 | 50 | 0 | 21 | 120 | 24 | 60 | 103 | 60 |
| Binary | 11001100 | 10101010 | 101000 | 0 | 10001 | 1010000 | 10100 | 110000 | 1000011 | 110000 |
Color Harmonies of #CCAA28
Complementary color
Monochromatic Colors of #CCAA28
Black with #CCAA28
Text Example
Text Example
White with #CCAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA28; }
p { color: rgb(204,170,40); }
H1.HeaderClassName
{
color: #CCAA28;
}
.AnyTagClassName
{
color: #CCAA28;
}
</style>
background-color css
<style>
a { background-color: #CCAA28; }
a { background-color: rgb(204,170,40); }
div.DivClassName
{
background-color: #CCAA28;
}
.BgClassName
{
background-color: #CCAA28;
}
</style>
border-color css
<style>
span { border-color: #CCAA28; }
span { border-color: rgb(204,170,40); }
td.TdClassName
{
border-color: #CCAA28;
}
.TagClassName
{
border-color: #CCAA28;
}
</style>