Shades of Galliano #CCAC25
Tints of Galliano #CCAC25
RGB
CMYK
RGB Variations
Color information
#CCAC25 (or 0xCCAC25) is known color: Galliano. HEX triplet: CC, AC and 25. RGB value is (204,172,37). Sum of RGB (Red+Green+Blue) = 204+172+37=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC25 is #3353DA. Grayscale: #A6A6A6. Windows color (decimal): -3363803 or 2469068. OLE color: 2469068.
HSL color Cylindrical-coordinate representation of color #CCAC25: hue angle of 48.5º degrees, saturation: 0.69, 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 #CCAC25 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 37 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.2 |
| HSL | 48.5º | 0.69% | 0.47% | - |
| HSV(B) | 48.5º | 0.82% | 0.8% | - |
| XYZ | 39.99 | 42.48 | 7.84 | - |
| YUV | 166.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 37 | 0 | 0.16 | 0.82 | 0.2 | 48.5 | 0.69 | 0.47 |
| Hex | CC | AC | 25 | 0 | 10 | 52 | 14 | 31 | 45 | 2F |
| Octal | 314 | 254 | 45 | 0 | 20 | 122 | 24 | 61 | 105 | 57 |
| Binary | 11001100 | 10101100 | 100101 | 0 | 10000 | 1010010 | 10100 | 110001 | 1000101 | 101111 |
Color Harmonies of #CCAC25
Complementary color
Monochromatic Colors of #CCAC25
Black with #CCAC25
Text Example
Text Example
White with #CCAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC25; }
p { color: rgb(204,172,37); }
H1.HeaderClassName
{
color: #CCAC25;
}
.AnyTagClassName
{
color: #CCAC25;
}
</style>
background-color css
<style>
a { background-color: #CCAC25; }
a { background-color: rgb(204,172,37); }
div.DivClassName
{
background-color: #CCAC25;
}
.BgClassName
{
background-color: #CCAC25;
}
</style>
border-color css
<style>
span { border-color: #CCAC25; }
span { border-color: rgb(204,172,37); }
td.TdClassName
{
border-color: #CCAC25;
}
.TagClassName
{
border-color: #CCAC25;
}
</style>