Shades of Galliano #CCA31D
Tints of Galliano #CCA31D
RGB
CMYK
RGB Variations
Color information
#CCA31D (or 0xCCA31D) is known color: Galliano. HEX triplet: CC, A3 and 1D. RGB value is (204,163,29). Sum of RGB (Red+Green+Blue) = 204+163+29=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31D is #335CE2. Grayscale: #A0A0A0. Windows color (decimal): -3366115 or 1942476. OLE color: 1942476.
HSL color Cylindrical-coordinate representation of color #CCA31D: hue angle of 45.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCA31D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 29 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.2 |
| HSL | 45.94º | 0.75% | 0.46% | - |
| HSV(B) | 45.94º | 0.86% | 0.8% | - |
| XYZ | 38.22 | 39.12 | 6.7 | - |
| YUV | 159.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 29 | 0 | 0.20 | 0.86 | 0.2 | 45.94 | 0.75 | 0.46 |
| Hex | CC | A3 | 1D | 0 | 14 | 56 | 14 | 2E | 4B | 2E |
| Octal | 314 | 243 | 35 | 0 | 24 | 126 | 24 | 56 | 113 | 56 |
| Binary | 11001100 | 10100011 | 11101 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001011 | 101110 |
Color Harmonies of #CCA31D
Complementary color
Monochromatic Colors of #CCA31D
Black with #CCA31D
Text Example
Text Example
White with #CCA31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA31D; }
p { color: rgb(204,163,29); }
H1.HeaderClassName
{
color: #CCA31D;
}
.AnyTagClassName
{
color: #CCA31D;
}
</style>
background-color css
<style>
a { background-color: #CCA31D; }
a { background-color: rgb(204,163,29); }
div.DivClassName
{
background-color: #CCA31D;
}
.BgClassName
{
background-color: #CCA31D;
}
</style>
border-color css
<style>
span { border-color: #CCA31D; }
span { border-color: rgb(204,163,29); }
td.TdClassName
{
border-color: #CCA31D;
}
.TagClassName
{
border-color: #CCA31D;
}
</style>