Shades of Galliano #CCAC18
Tints of Galliano #CCAC18
RGB
CMYK
RGB Variations
Color information
#CCAC18 (or 0xCCAC18) is known color: Galliano. HEX triplet: CC, AC and 18. RGB value is (204,172,24). Sum of RGB (Red+Green+Blue) = 204+172+24=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC18 is #3353E7. Grayscale: #A5A5A5. Windows color (decimal): -3363816 or 1617100. OLE color: 1617100.
HSL color Cylindrical-coordinate representation of color #CCAC18: hue angle of 49.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCAC18 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 24 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.2 |
| HSL | 49.33º | 0.79% | 0.45% | - |
| HSV(B) | 49.33º | 0.88% | 0.8% | - |
| XYZ | 39.82 | 42.41 | 6.95 | - |
| YUV | 164.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 24 | 0 | 0.16 | 0.88 | 0.2 | 49.33 | 0.79 | 0.45 |
| Hex | CC | AC | 18 | 0 | 10 | 58 | 14 | 31 | 4F | 2D |
| Octal | 314 | 254 | 30 | 0 | 20 | 130 | 24 | 61 | 117 | 55 |
| Binary | 11001100 | 10101100 | 11000 | 0 | 10000 | 1011000 | 10100 | 110001 | 1001111 | 101101 |
Color Harmonies of #CCAC18
Complementary color
Monochromatic Colors of #CCAC18
Black with #CCAC18
Text Example
Text Example
White with #CCAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC18; }
p { color: rgb(204,172,24); }
H1.HeaderClassName
{
color: #CCAC18;
}
.AnyTagClassName
{
color: #CCAC18;
}
</style>
background-color css
<style>
a { background-color: #CCAC18; }
a { background-color: rgb(204,172,24); }
div.DivClassName
{
background-color: #CCAC18;
}
.BgClassName
{
background-color: #CCAC18;
}
</style>
border-color css
<style>
span { border-color: #CCAC18; }
span { border-color: rgb(204,172,24); }
td.TdClassName
{
border-color: #CCAC18;
}
.TagClassName
{
border-color: #CCAC18;
}
</style>