Shades of Galliano #CCA31B
Tints of Galliano #CCA31B
RGB
CMYK
RGB Variations
Color information
#CCA31B (or 0xCCA31B) is known color: Galliano. HEX triplet: CC, A3 and 1B. RGB value is (204,163,27). Sum of RGB (Red+Green+Blue) = 204+163+27=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31B is #335CE4. Grayscale: #A0A0A0. Windows color (decimal): -3366117 or 1811404. OLE color: 1811404.
HSL color Cylindrical-coordinate representation of color #CCA31B: hue angle of 46.1º 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 #CCA31B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.2 |
| HSL | 46.1º | 0.77% | 0.45% | - |
| HSV(B) | 46.1º | 0.87% | 0.8% | - |
| XYZ | 38.2 | 39.11 | 6.57 | - |
| YUV | 159.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 27 | 0 | 0.20 | 0.87 | 0.2 | 46.1 | 0.77 | 0.45 |
| Hex | CC | A3 | 1B | 0 | 14 | 57 | 14 | 2E | 4D | 2D |
| Octal | 314 | 243 | 33 | 0 | 24 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001100 | 10100011 | 11011 | 0 | 10100 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CCA31B
Complementary color
Monochromatic Colors of #CCA31B
Black with #CCA31B
Text Example
Text Example
White with #CCA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA31B; }
p { color: rgb(204,163,27); }
H1.HeaderClassName
{
color: #CCA31B;
}
.AnyTagClassName
{
color: #CCA31B;
}
</style>
background-color css
<style>
a { background-color: #CCA31B; }
a { background-color: rgb(204,163,27); }
div.DivClassName
{
background-color: #CCA31B;
}
.BgClassName
{
background-color: #CCA31B;
}
</style>
border-color css
<style>
span { border-color: #CCA31B; }
span { border-color: rgb(204,163,27); }
td.TdClassName
{
border-color: #CCA31B;
}
.TagClassName
{
border-color: #CCA31B;
}
</style>