Shades of Galliano #CCA11F
Tints of Galliano #CCA11F
RGB
CMYK
RGB Variations
Color information
#CCA11F (or 0xCCA11F) is known color: Galliano. HEX triplet: CC, A1 and 1F. RGB value is (204,161,31). Sum of RGB (Red+Green+Blue) = 204+161+31=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA11F is #335EE0. Grayscale: #9F9F9F. Windows color (decimal): -3366625 or 2073036. OLE color: 2073036.
HSL color Cylindrical-coordinate representation of color #CCA11F: hue angle of 45.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCA11F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 31 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.2 |
| HSL | 45.09º | 0.74% | 0.46% | - |
| HSV(B) | 45.09º | 0.85% | 0.8% | - |
| XYZ | 37.89 | 38.43 | 6.72 | - |
| YUV | 159.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 31 | 0 | 0.21 | 0.85 | 0.2 | 45.09 | 0.74 | 0.46 |
| Hex | CC | A1 | 1F | 0 | 15 | 55 | 14 | 2D | 4A | 2E |
| Octal | 314 | 241 | 37 | 0 | 25 | 125 | 24 | 55 | 112 | 56 |
| Binary | 11001100 | 10100001 | 11111 | 0 | 10101 | 1010101 | 10100 | 101101 | 1001010 | 101110 |
Color Harmonies of #CCA11F
Complementary color
Monochromatic Colors of #CCA11F
Black with #CCA11F
Text Example
Text Example
White with #CCA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA11F; }
p { color: rgb(204,161,31); }
H1.HeaderClassName
{
color: #CCA11F;
}
.AnyTagClassName
{
color: #CCA11F;
}
</style>
background-color css
<style>
a { background-color: #CCA11F; }
a { background-color: rgb(204,161,31); }
div.DivClassName
{
background-color: #CCA11F;
}
.BgClassName
{
background-color: #CCA11F;
}
</style>
border-color css
<style>
span { border-color: #CCA11F; }
span { border-color: rgb(204,161,31); }
td.TdClassName
{
border-color: #CCA11F;
}
.TagClassName
{
border-color: #CCA11F;
}
</style>