Shades of Galliano #CCAD20
Tints of Galliano #CCAD20
RGB
CMYK
RGB Variations
Color information
#CCAD20 (or 0xCCAD20) is known color: Galliano. HEX triplet: CC, AD and 20. RGB value is (204,173,32). Sum of RGB (Red+Green+Blue) = 204+173+32=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD20 is #3352DF. Grayscale: #A6A6A6. Windows color (decimal): -3363552 or 2141644. OLE color: 2141644.
HSL color Cylindrical-coordinate representation of color #CCAD20: hue angle of 49.19º 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 #CCAD20 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 32 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.2 |
| HSL | 49.19º | 0.73% | 0.46% | - |
| HSV(B) | 49.19º | 0.84% | 0.8% | - |
| XYZ | 40.11 | 42.83 | 7.52 | - |
| YUV | 166.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 32 | 0 | 0.15 | 0.84 | 0.2 | 49.19 | 0.73 | 0.46 |
| Hex | CC | AD | 20 | 0 | F | 54 | 14 | 31 | 49 | 2E |
| Octal | 314 | 255 | 40 | 0 | 17 | 124 | 24 | 61 | 111 | 56 |
| Binary | 11001100 | 10101101 | 100000 | 0 | 1111 | 1010100 | 10100 | 110001 | 1001001 | 101110 |
Color Harmonies of #CCAD20
Complementary color
Monochromatic Colors of #CCAD20
Black with #CCAD20
Text Example
Text Example
White with #CCAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD20; }
p { color: rgb(204,173,32); }
H1.HeaderClassName
{
color: #CCAD20;
}
.AnyTagClassName
{
color: #CCAD20;
}
</style>
background-color css
<style>
a { background-color: #CCAD20; }
a { background-color: rgb(204,173,32); }
div.DivClassName
{
background-color: #CCAD20;
}
.BgClassName
{
background-color: #CCAD20;
}
</style>
border-color css
<style>
span { border-color: #CCAD20; }
span { border-color: rgb(204,173,32); }
td.TdClassName
{
border-color: #CCAD20;
}
.TagClassName
{
border-color: #CCAD20;
}
</style>