Shades of Galliano #CCAE17
Tints of Galliano #CCAE17
RGB
CMYK
RGB Variations
Color information
#CCAE17 (or 0xCCAE17) is known color: Galliano. HEX triplet: CC, AE and 17. RGB value is (204,174,23). Sum of RGB (Red+Green+Blue) = 204+174+23=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAE17 is #3351E8. Grayscale: #A6A6A6. Windows color (decimal): -3363305 or 1552076. OLE color: 1552076.
HSL color Cylindrical-coordinate representation of color #CCAE17: hue angle of 50.06º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCAE17 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 174 | 23 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.2 |
| HSL | 50.06º | 0.8% | 0.45% | - |
| HSV(B) | 50.06º | 0.89% | 0.8% | - |
| XYZ | 40.19 | 43.17 | 7.03 | - |
| YUV | 165.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 23 | 0 | 0.15 | 0.89 | 0.2 | 50.06 | 0.8 | 0.45 |
| Hex | CC | AE | 17 | 0 | F | 59 | 14 | 32 | 50 | 2D |
| Octal | 314 | 256 | 27 | 0 | 17 | 131 | 24 | 62 | 120 | 55 |
| Binary | 11001100 | 10101110 | 10111 | 0 | 1111 | 1011001 | 10100 | 110010 | 1010000 | 101101 |
Color Harmonies of #CCAE17
Complementary color
Monochromatic Colors of #CCAE17
Black with #CCAE17
Text Example
Text Example
White with #CCAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAE17; }
p { color: rgb(204,174,23); }
H1.HeaderClassName
{
color: #CCAE17;
}
.AnyTagClassName
{
color: #CCAE17;
}
</style>
background-color css
<style>
a { background-color: #CCAE17; }
a { background-color: rgb(204,174,23); }
div.DivClassName
{
background-color: #CCAE17;
}
.BgClassName
{
background-color: #CCAE17;
}
</style>
border-color css
<style>
span { border-color: #CCAE17; }
span { border-color: rgb(204,174,23); }
td.TdClassName
{
border-color: #CCAE17;
}
.TagClassName
{
border-color: #CCAE17;
}
</style>