Shades of Galliano #CCA91F
Tints of Galliano #CCA91F
RGB
CMYK
RGB Variations
Color information
#CCA91F (or 0xCCA91F) is known color: Galliano. HEX triplet: CC, A9 and 1F. RGB value is (204,169,31). Sum of RGB (Red+Green+Blue) = 204+169+31=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA91F is #3356E0. Grayscale: #A4A4A4. Windows color (decimal): -3364577 or 2075084. OLE color: 2075084.
HSL color Cylindrical-coordinate representation of color #CCA91F: hue angle of 47.86º 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 #CCA91F is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 169 | 31 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.2 |
| HSL | 47.86º | 0.74% | 0.46% | - |
| HSV(B) | 47.86º | 0.85% | 0.8% | - |
| XYZ | 39.34 | 41.31 | 7.2 | - |
| YUV | 163.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 31 | 0 | 0.17 | 0.85 | 0.2 | 47.86 | 0.74 | 0.46 |
| Hex | CC | A9 | 1F | 0 | 11 | 55 | 14 | 30 | 4A | 2E |
| Octal | 314 | 251 | 37 | 0 | 21 | 125 | 24 | 60 | 112 | 56 |
| Binary | 11001100 | 10101001 | 11111 | 0 | 10001 | 1010101 | 10100 | 110000 | 1001010 | 101110 |
Color Harmonies of #CCA91F
Complementary color
Monochromatic Colors of #CCA91F
Black with #CCA91F
Text Example
Text Example
White with #CCA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA91F; }
p { color: rgb(204,169,31); }
H1.HeaderClassName
{
color: #CCA91F;
}
.AnyTagClassName
{
color: #CCA91F;
}
</style>
background-color css
<style>
a { background-color: #CCA91F; }
a { background-color: rgb(204,169,31); }
div.DivClassName
{
background-color: #CCA91F;
}
.BgClassName
{
background-color: #CCA91F;
}
</style>
border-color css
<style>
span { border-color: #CCA91F; }
span { border-color: rgb(204,169,31); }
td.TdClassName
{
border-color: #CCA91F;
}
.TagClassName
{
border-color: #CCA91F;
}
</style>