Shades of Galliano #CCAF24
Tints of Galliano #CCAF24
RGB
CMYK
RGB Variations
Color information
#CCAF24 (or 0xCCAF24) is known color: Galliano. HEX triplet: CC, AF and 24. RGB value is (204,175,36). Sum of RGB (Red+Green+Blue) = 204+175+36=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF24 is #3350DB. Grayscale: #A8A8A8. Windows color (decimal): -3363036 or 2404300. OLE color: 2404300.
HSL color Cylindrical-coordinate representation of color #CCAF24: hue angle of 49.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCAF24 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 36 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.2 |
| HSL | 49.64º | 0.7% | 0.47% | - |
| HSV(B) | 49.64º | 0.82% | 0.8% | - |
| XYZ | 40.55 | 43.62 | 7.95 | - |
| YUV | 167.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 36 | 0 | 0.14 | 0.82 | 0.2 | 49.64 | 0.7 | 0.47 |
| Hex | CC | AF | 24 | 0 | E | 52 | 14 | 32 | 46 | 2F |
| Octal | 314 | 257 | 44 | 0 | 16 | 122 | 24 | 62 | 106 | 57 |
| Binary | 11001100 | 10101111 | 100100 | 0 | 1110 | 1010010 | 10100 | 110010 | 1000110 | 101111 |
Color Harmonies of #CCAF24
Complementary color
Monochromatic Colors of #CCAF24
Black with #CCAF24
Text Example
Text Example
White with #CCAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF24; }
p { color: rgb(204,175,36); }
H1.HeaderClassName
{
color: #CCAF24;
}
.AnyTagClassName
{
color: #CCAF24;
}
</style>
background-color css
<style>
a { background-color: #CCAF24; }
a { background-color: rgb(204,175,36); }
div.DivClassName
{
background-color: #CCAF24;
}
.BgClassName
{
background-color: #CCAF24;
}
</style>
border-color css
<style>
span { border-color: #CCAF24; }
span { border-color: rgb(204,175,36); }
td.TdClassName
{
border-color: #CCAF24;
}
.TagClassName
{
border-color: #CCAF24;
}
</style>