Shades of Galliano #CCA52D
Tints of Galliano #CCA52D
RGB
CMYK
RGB Variations
Color information
#CCA52D (or 0xCCA52D) is known color: Galliano. HEX triplet: CC, A5 and 2D. RGB value is (204,165,45). Sum of RGB (Red+Green+Blue) = 204+165+45=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA52D is #335AD2. Grayscale: #A3A3A3. Windows color (decimal): -3365587 or 2991564. OLE color: 2991564.
HSL color Cylindrical-coordinate representation of color #CCA52D: hue angle of 45.28º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCA52D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 45 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.2 |
| HSL | 45.28º | 0.64% | 0.49% | - |
| HSV(B) | 45.28º | 0.78% | 0.8% | - |
| XYZ | 38.83 | 39.94 | 8.14 | - |
| YUV | 162.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 45 | 0 | 0.19 | 0.78 | 0.2 | 45.28 | 0.64 | 0.49 |
| Hex | CC | A5 | 2D | 0 | 13 | 4E | 14 | 2D | 40 | 31 |
| Octal | 314 | 245 | 55 | 0 | 23 | 116 | 24 | 55 | 100 | 61 |
| Binary | 11001100 | 10100101 | 101101 | 0 | 10011 | 1001110 | 10100 | 101101 | 1000000 | 110001 |
Color Harmonies of #CCA52D
Complementary color
Monochromatic Colors of #CCA52D
Black with #CCA52D
Text Example
Text Example
White with #CCA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA52D; }
p { color: rgb(204,165,45); }
H1.HeaderClassName
{
color: #CCA52D;
}
.AnyTagClassName
{
color: #CCA52D;
}
</style>
background-color css
<style>
a { background-color: #CCA52D; }
a { background-color: rgb(204,165,45); }
div.DivClassName
{
background-color: #CCA52D;
}
.BgClassName
{
background-color: #CCA52D;
}
</style>
border-color css
<style>
span { border-color: #CCA52D; }
span { border-color: rgb(204,165,45); }
td.TdClassName
{
border-color: #CCA52D;
}
.TagClassName
{
border-color: #CCA52D;
}
</style>