Shades of Galliano #CCAC23
Tints of Galliano #CCAC23
RGB
CMYK
RGB Variations
Color information
#CCAC23 (or 0xCCAC23) is known color: Galliano. HEX triplet: CC, AC and 23. RGB value is (204,172,35). Sum of RGB (Red+Green+Blue) = 204+172+35=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC23 is #3353DC. Grayscale: #A6A6A6. Windows color (decimal): -3363805 or 2337996. OLE color: 2337996.
HSL color Cylindrical-coordinate representation of color #CCAC23: hue angle of 48.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCAC23 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 35 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.2 |
| HSL | 48.64º | 0.71% | 0.47% | - |
| HSV(B) | 48.64º | 0.83% | 0.8% | - |
| XYZ | 39.96 | 42.46 | 7.68 | - |
| YUV | 165.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 35 | 0 | 0.16 | 0.83 | 0.2 | 48.64 | 0.71 | 0.47 |
| Hex | CC | AC | 23 | 0 | 10 | 53 | 14 | 31 | 47 | 2F |
| Octal | 314 | 254 | 43 | 0 | 20 | 123 | 24 | 61 | 107 | 57 |
| Binary | 11001100 | 10101100 | 100011 | 0 | 10000 | 1010011 | 10100 | 110001 | 1000111 | 101111 |
Color Harmonies of #CCAC23
Complementary color
Monochromatic Colors of #CCAC23
Black with #CCAC23
Text Example
Text Example
White with #CCAC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC23; }
p { color: rgb(204,172,35); }
H1.HeaderClassName
{
color: #CCAC23;
}
.AnyTagClassName
{
color: #CCAC23;
}
</style>
background-color css
<style>
a { background-color: #CCAC23; }
a { background-color: rgb(204,172,35); }
div.DivClassName
{
background-color: #CCAC23;
}
.BgClassName
{
background-color: #CCAC23;
}
</style>
border-color css
<style>
span { border-color: #CCAC23; }
span { border-color: rgb(204,172,35); }
td.TdClassName
{
border-color: #CCAC23;
}
.TagClassName
{
border-color: #CCAC23;
}
</style>