Shades of Galliano #CCA81B
Tints of Galliano #CCA81B
RGB
CMYK
RGB Variations
Color information
#CCA81B (or 0xCCA81B) is known color: Galliano. HEX triplet: CC, A8 and 1B. RGB value is (204,168,27). Sum of RGB (Red+Green+Blue) = 204+168+27=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81B is #3357E4. Grayscale: #A3A3A3. Windows color (decimal): -3364837 or 1812684. OLE color: 1812684.
HSL color Cylindrical-coordinate representation of color #CCA81B: hue angle of 47.8º 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 #CCA81B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 27 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.2 |
| HSL | 47.8º | 0.77% | 0.45% | - |
| HSV(B) | 47.8º | 0.87% | 0.8% | - |
| XYZ | 39.1 | 40.92 | 6.87 | - |
| YUV | 162.69 | 51.43 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 27 | 0 | 0.18 | 0.87 | 0.2 | 47.8 | 0.77 | 0.45 |
| Hex | CC | A8 | 1B | 0 | 12 | 57 | 14 | 30 | 4D | 2D |
| Octal | 314 | 250 | 33 | 0 | 22 | 127 | 24 | 60 | 115 | 55 |
| Binary | 11001100 | 10101000 | 11011 | 0 | 10010 | 1010111 | 10100 | 110000 | 1001101 | 101101 |
Color Harmonies of #CCA81B
Complementary color
Monochromatic Colors of #CCA81B
Black with #CCA81B
Text Example
Text Example
White with #CCA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA81B; }
p { color: rgb(204,168,27); }
H1.HeaderClassName
{
color: #CCA81B;
}
.AnyTagClassName
{
color: #CCA81B;
}
</style>
background-color css
<style>
a { background-color: #CCA81B; }
a { background-color: rgb(204,168,27); }
div.DivClassName
{
background-color: #CCA81B;
}
.BgClassName
{
background-color: #CCA81B;
}
</style>
border-color css
<style>
span { border-color: #CCA81B; }
span { border-color: rgb(204,168,27); }
td.TdClassName
{
border-color: #CCA81B;
}
.TagClassName
{
border-color: #CCA81B;
}
</style>