Shades of Galliano #CCA42D
Tints of Galliano #CCA42D
RGB
CMYK
RGB Variations
Color information
#CCA42D (or 0xCCA42D) is known color: Galliano. HEX triplet: CC, A4 and 2D. RGB value is (204,164,45). Sum of RGB (Red+Green+Blue) = 204+164+45=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA42D is #335BD2. Grayscale: #A2A2A2. Windows color (decimal): -3365843 or 2991308. OLE color: 2991308.
HSL color Cylindrical-coordinate representation of color #CCA42D: hue angle of 44.91º 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 #CCA42D is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 45 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.2 |
| HSL | 44.91º | 0.64% | 0.49% | - |
| HSV(B) | 44.91º | 0.78% | 0.8% | - |
| XYZ | 38.65 | 39.58 | 8.08 | - |
| YUV | 162.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 45 | 0 | 0.20 | 0.78 | 0.2 | 44.91 | 0.64 | 0.49 |
| Hex | CC | A4 | 2D | 0 | 14 | 4E | 14 | 2D | 40 | 31 |
| Octal | 314 | 244 | 55 | 0 | 24 | 116 | 24 | 55 | 100 | 61 |
| Binary | 11001100 | 10100100 | 101101 | 0 | 10100 | 1001110 | 10100 | 101101 | 1000000 | 110001 |
Color Harmonies of #CCA42D
Complementary color
Monochromatic Colors of #CCA42D
Black with #CCA42D
Text Example
Text Example
White with #CCA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA42D; }
p { color: rgb(204,164,45); }
H1.HeaderClassName
{
color: #CCA42D;
}
.AnyTagClassName
{
color: #CCA42D;
}
</style>
background-color css
<style>
a { background-color: #CCA42D; }
a { background-color: rgb(204,164,45); }
div.DivClassName
{
background-color: #CCA42D;
}
.BgClassName
{
background-color: #CCA42D;
}
</style>
border-color css
<style>
span { border-color: #CCA42D; }
span { border-color: rgb(204,164,45); }
td.TdClassName
{
border-color: #CCA42D;
}
.TagClassName
{
border-color: #CCA42D;
}
</style>