Shades of Galliano #CCA81A
Tints of Galliano #CCA81A
RGB
CMYK
RGB Variations
Color information
#CCA81A (or 0xCCA81A) is known color: Galliano. HEX triplet: CC, A8 and 1A. RGB value is (204,168,26). Sum of RGB (Red+Green+Blue) = 204+168+26=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81A is #3357E5. Grayscale: #A3A3A3. Windows color (decimal): -3364838 or 1747148. OLE color: 1747148.
HSL color Cylindrical-coordinate representation of color #CCA81A: hue angle of 47.87º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCA81A is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 26 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.2 |
| HSL | 47.87º | 0.77% | 0.45% | - |
| HSV(B) | 47.87º | 0.87% | 0.8% | - |
| XYZ | 39.09 | 40.92 | 6.81 | - |
| YUV | 162.58 | 50.93 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 26 | 0 | 0.18 | 0.87 | 0.2 | 47.87 | 0.77 | 0.45 |
| Hex | CC | A8 | 1A | 0 | 12 | 57 | 14 | 30 | 4D | 2D |
| Octal | 314 | 250 | 32 | 0 | 22 | 127 | 24 | 60 | 115 | 55 |
| Binary | 11001100 | 10101000 | 11010 | 0 | 10010 | 1010111 | 10100 | 110000 | 1001101 | 101101 |
Color Harmonies of #CCA81A
Complementary color
Monochromatic Colors of #CCA81A
Black with #CCA81A
Text Example
Text Example
White with #CCA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA81A; }
p { color: rgb(204,168,26); }
H1.HeaderClassName
{
color: #CCA81A;
}
.AnyTagClassName
{
color: #CCA81A;
}
</style>
background-color css
<style>
a { background-color: #CCA81A; }
a { background-color: rgb(204,168,26); }
div.DivClassName
{
background-color: #CCA81A;
}
.BgClassName
{
background-color: #CCA81A;
}
</style>
border-color css
<style>
span { border-color: #CCA81A; }
span { border-color: rgb(204,168,26); }
td.TdClassName
{
border-color: #CCA81A;
}
.TagClassName
{
border-color: #CCA81A;
}
</style>