Shades of Galliano #CCAD1A
Tints of Galliano #CCAD1A
RGB
CMYK
RGB Variations
Color information
#CCAD1A (or 0xCCAD1A) is known color: Galliano. HEX triplet: CC, AD and 1A. RGB value is (204,173,26). Sum of RGB (Red+Green+Blue) = 204+173+26=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD1A is #3352E5. Grayscale: #A6A6A6. Windows color (decimal): -3363558 or 1748428. OLE color: 1748428.
HSL color Cylindrical-coordinate representation of color #CCAD1A: hue angle of 49.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAD1A is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 26 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.2 |
| HSL | 49.55º | 0.77% | 0.45% | - |
| HSV(B) | 49.55º | 0.87% | 0.8% | - |
| XYZ | 40.03 | 42.8 | 7.13 | - |
| YUV | 165.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 26 | 0 | 0.15 | 0.87 | 0.2 | 49.55 | 0.77 | 0.45 |
| Hex | CC | AD | 1A | 0 | F | 57 | 14 | 32 | 4D | 2D |
| Octal | 314 | 255 | 32 | 0 | 17 | 127 | 24 | 62 | 115 | 55 |
| Binary | 11001100 | 10101101 | 11010 | 0 | 1111 | 1010111 | 10100 | 110010 | 1001101 | 101101 |
Color Harmonies of #CCAD1A
Complementary color
Monochromatic Colors of #CCAD1A
Black with #CCAD1A
Text Example
Text Example
White with #CCAD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD1A; }
p { color: rgb(204,173,26); }
H1.HeaderClassName
{
color: #CCAD1A;
}
.AnyTagClassName
{
color: #CCAD1A;
}
</style>
background-color css
<style>
a { background-color: #CCAD1A; }
a { background-color: rgb(204,173,26); }
div.DivClassName
{
background-color: #CCAD1A;
}
.BgClassName
{
background-color: #CCAD1A;
}
</style>
border-color css
<style>
span { border-color: #CCAD1A; }
span { border-color: rgb(204,173,26); }
td.TdClassName
{
border-color: #CCAD1A;
}
.TagClassName
{
border-color: #CCAD1A;
}
</style>