Shades of Galliano #CCAF20
Tints of Galliano #CCAF20
RGB
CMYK
RGB Variations
Color information
#CCAF20 (or 0xCCAF20) is known color: Galliano. HEX triplet: CC, AF and 20. RGB value is (204,175,32). Sum of RGB (Red+Green+Blue) = 204+175+32=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF20 is #3350DF. Grayscale: #A7A7A7. Windows color (decimal): -3363040 or 2142156. OLE color: 2142156.
HSL color Cylindrical-coordinate representation of color #CCAF20: hue angle of 49.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCAF20 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 32 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.2 |
| HSL | 49.88º | 0.73% | 0.46% | - |
| HSV(B) | 49.88º | 0.84% | 0.8% | - |
| XYZ | 40.49 | 43.6 | 7.65 | - |
| YUV | 167.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 32 | 0 | 0.14 | 0.84 | 0.2 | 49.88 | 0.73 | 0.46 |
| Hex | CC | AF | 20 | 0 | E | 54 | 14 | 32 | 49 | 2E |
| Octal | 314 | 257 | 40 | 0 | 16 | 124 | 24 | 62 | 111 | 56 |
| Binary | 11001100 | 10101111 | 100000 | 0 | 1110 | 1010100 | 10100 | 110010 | 1001001 | 101110 |
Color Harmonies of #CCAF20
Complementary color
Monochromatic Colors of #CCAF20
Black with #CCAF20
Text Example
Text Example
White with #CCAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF20; }
p { color: rgb(204,175,32); }
H1.HeaderClassName
{
color: #CCAF20;
}
.AnyTagClassName
{
color: #CCAF20;
}
</style>
background-color css
<style>
a { background-color: #CCAF20; }
a { background-color: rgb(204,175,32); }
div.DivClassName
{
background-color: #CCAF20;
}
.BgClassName
{
background-color: #CCAF20;
}
</style>
border-color css
<style>
span { border-color: #CCAF20; }
span { border-color: rgb(204,175,32); }
td.TdClassName
{
border-color: #CCAF20;
}
.TagClassName
{
border-color: #CCAF20;
}
</style>