Shades of Galliano #CCAE1C
Tints of Galliano #CCAE1C
RGB
CMYK
RGB Variations
Color information
#CCAE1C (or 0xCCAE1C) is known color: Galliano. HEX triplet: CC, AE and 1C. RGB value is (204,174,28). Sum of RGB (Red+Green+Blue) = 204+174+28=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE1C is #3351E3. Grayscale: #A6A6A6. Windows color (decimal): -3363300 or 1879756. OLE color: 1879756.
HSL color Cylindrical-coordinate representation of color #CCAE1C: hue angle of 49.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCAE1C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 28 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.2 |
| HSL | 49.77º | 0.76% | 0.45% | - |
| HSV(B) | 49.77º | 0.86% | 0.8% | - |
| XYZ | 40.25 | 43.19 | 7.31 | - |
| YUV | 166.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 28 | 0 | 0.15 | 0.86 | 0.2 | 49.77 | 0.76 | 0.45 |
| Hex | CC | AE | 1C | 0 | F | 56 | 14 | 32 | 4C | 2D |
| Octal | 314 | 256 | 34 | 0 | 17 | 126 | 24 | 62 | 114 | 55 |
| Binary | 11001100 | 10101110 | 11100 | 0 | 1111 | 1010110 | 10100 | 110010 | 1001100 | 101101 |
Color Harmonies of #CCAE1C
Complementary color
Monochromatic Colors of #CCAE1C
Black with #CCAE1C
Text Example
Text Example
White with #CCAE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAE1C; }
p { color: rgb(204,174,28); }
H1.HeaderClassName
{
color: #CCAE1C;
}
.AnyTagClassName
{
color: #CCAE1C;
}
</style>
background-color css
<style>
a { background-color: #CCAE1C; }
a { background-color: rgb(204,174,28); }
div.DivClassName
{
background-color: #CCAE1C;
}
.BgClassName
{
background-color: #CCAE1C;
}
</style>
border-color css
<style>
span { border-color: #CCAE1C; }
span { border-color: rgb(204,174,28); }
td.TdClassName
{
border-color: #CCAE1C;
}
.TagClassName
{
border-color: #CCAE1C;
}
</style>