Shades of Galliano #CCAC12
Tints of Galliano #CCAC12
RGB
CMYK
RGB Variations
Color information
#CCAC12 (or 0xCCAC12) is known color: Galliano. HEX triplet: CC, AC and 12. RGB value is (204,172,18). Sum of RGB (Red+Green+Blue) = 204+172+18=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC12 is #3353ED. Grayscale: #A4A4A4. Windows color (decimal): -3363822 or 1223884. OLE color: 1223884.
HSL color Cylindrical-coordinate representation of color #CCAC12: hue angle of 49.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCAC12 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 18 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.2 |
| HSL | 49.68º | 0.84% | 0.44% | - |
| HSV(B) | 49.68º | 0.91% | 0.8% | - |
| XYZ | 39.76 | 42.39 | 6.66 | - |
| YUV | 164.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 18 | 0 | 0.16 | 0.91 | 0.2 | 49.68 | 0.84 | 0.44 |
| Hex | CC | AC | 12 | 0 | 10 | 5B | 14 | 32 | 54 | 2C |
| Octal | 314 | 254 | 22 | 0 | 20 | 133 | 24 | 62 | 124 | 54 |
| Binary | 11001100 | 10101100 | 10010 | 0 | 10000 | 1011011 | 10100 | 110010 | 1010100 | 101100 |
Color Harmonies of #CCAC12
Complementary color
Monochromatic Colors of #CCAC12
Black with #CCAC12
Text Example
Text Example
White with #CCAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC12; }
p { color: rgb(204,172,18); }
H1.HeaderClassName
{
color: #CCAC12;
}
.AnyTagClassName
{
color: #CCAC12;
}
</style>
background-color css
<style>
a { background-color: #CCAC12; }
a { background-color: rgb(204,172,18); }
div.DivClassName
{
background-color: #CCAC12;
}
.BgClassName
{
background-color: #CCAC12;
}
</style>
border-color css
<style>
span { border-color: #CCAC12; }
span { border-color: rgb(204,172,18); }
td.TdClassName
{
border-color: #CCAC12;
}
.TagClassName
{
border-color: #CCAC12;
}
</style>