Shades of Galliano #CCAF28
Tints of Galliano #CCAF28
RGB
CMYK
RGB Variations
Color information
#CCAF28 (or 0xCCAF28) is known color: Galliano. HEX triplet: CC, AF and 28. RGB value is (204,175,40). Sum of RGB (Red+Green+Blue) = 204+175+40=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF28 is #3350D7. Grayscale: #A8A8A8. Windows color (decimal): -3363032 or 2666444. OLE color: 2666444.
HSL color Cylindrical-coordinate representation of color #CCAF28: hue angle of 49.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCAF28 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 40 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.2 |
| HSL | 49.39º | 0.67% | 0.48% | - |
| HSV(B) | 49.39º | 0.8% | 0.8% | - |
| XYZ | 40.61 | 43.65 | 8.29 | - |
| YUV | 168.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 40 | 0 | 0.14 | 0.80 | 0.2 | 49.39 | 0.67 | 0.48 |
| Hex | CC | AF | 28 | 0 | E | 50 | 14 | 31 | 43 | 30 |
| Octal | 314 | 257 | 50 | 0 | 16 | 120 | 24 | 61 | 103 | 60 |
| Binary | 11001100 | 10101111 | 101000 | 0 | 1110 | 1010000 | 10100 | 110001 | 1000011 | 110000 |
Color Harmonies of #CCAF28
Complementary color
Monochromatic Colors of #CCAF28
Black with #CCAF28
Text Example
Text Example
White with #CCAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF28; }
p { color: rgb(204,175,40); }
H1.HeaderClassName
{
color: #CCAF28;
}
.AnyTagClassName
{
color: #CCAF28;
}
</style>
background-color css
<style>
a { background-color: #CCAF28; }
a { background-color: rgb(204,175,40); }
div.DivClassName
{
background-color: #CCAF28;
}
.BgClassName
{
background-color: #CCAF28;
}
</style>
border-color css
<style>
span { border-color: #CCAF28; }
span { border-color: rgb(204,175,40); }
td.TdClassName
{
border-color: #CCAF28;
}
.TagClassName
{
border-color: #CCAF28;
}
</style>