Shades of Galliano #CCA81F
Tints of Galliano #CCA81F
RGB
CMYK
RGB Variations
Color information
#CCA81F (or 0xCCA81F) is known color: Galliano. HEX triplet: CC, A8 and 1F. RGB value is (204,168,31). Sum of RGB (Red+Green+Blue) = 204+168+31=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81F is #3357E0. Grayscale: #A3A3A3. Windows color (decimal): -3364833 or 2074828. OLE color: 2074828.
HSL color Cylindrical-coordinate representation of color #CCA81F: hue angle of 47.51º 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 #CCA81F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 31 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.2 |
| HSL | 47.51º | 0.74% | 0.46% | - |
| HSV(B) | 47.51º | 0.85% | 0.8% | - |
| XYZ | 39.15 | 40.94 | 7.14 | - |
| YUV | 163.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 31 | 0 | 0.18 | 0.85 | 0.2 | 47.51 | 0.74 | 0.46 |
| Hex | CC | A8 | 1F | 0 | 12 | 55 | 14 | 30 | 4A | 2E |
| Octal | 314 | 250 | 37 | 0 | 22 | 125 | 24 | 60 | 112 | 56 |
| Binary | 11001100 | 10101000 | 11111 | 0 | 10010 | 1010101 | 10100 | 110000 | 1001010 | 101110 |
Color Harmonies of #CCA81F
Complementary color
Monochromatic Colors of #CCA81F
Black with #CCA81F
Text Example
Text Example
White with #CCA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA81F; }
p { color: rgb(204,168,31); }
H1.HeaderClassName
{
color: #CCA81F;
}
.AnyTagClassName
{
color: #CCA81F;
}
</style>
background-color css
<style>
a { background-color: #CCA81F; }
a { background-color: rgb(204,168,31); }
div.DivClassName
{
background-color: #CCA81F;
}
.BgClassName
{
background-color: #CCA81F;
}
</style>
border-color css
<style>
span { border-color: #CCA81F; }
span { border-color: rgb(204,168,31); }
td.TdClassName
{
border-color: #CCA81F;
}
.TagClassName
{
border-color: #CCA81F;
}
</style>