Shades of Galliano #CCAD16
Tints of Galliano #CCAD16
RGB
CMYK
RGB Variations
Color information
#CCAD16 (or 0xCCAD16) is known color: Galliano. HEX triplet: CC, AD and 16. RGB value is (204,173,22). Sum of RGB (Red+Green+Blue) = 204+173+22=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD16 is #3352E9. Grayscale: #A5A5A5. Windows color (decimal): -3363562 or 1486284. OLE color: 1486284.
HSL color Cylindrical-coordinate representation of color #CCAD16: hue angle of 49.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCAD16 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 22 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.2 |
| HSL | 49.78º | 0.81% | 0.44% | - |
| HSV(B) | 49.78º | 0.89% | 0.8% | - |
| XYZ | 39.99 | 42.78 | 6.91 | - |
| YUV | 165.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 22 | 0 | 0.15 | 0.89 | 0.2 | 49.78 | 0.81 | 0.44 |
| Hex | CC | AD | 16 | 0 | F | 59 | 14 | 32 | 51 | 2C |
| Octal | 314 | 255 | 26 | 0 | 17 | 131 | 24 | 62 | 121 | 54 |
| Binary | 11001100 | 10101101 | 10110 | 0 | 1111 | 1011001 | 10100 | 110010 | 1010001 | 101100 |
Color Harmonies of #CCAD16
Complementary color
Monochromatic Colors of #CCAD16
Black with #CCAD16
Text Example
Text Example
White with #CCAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD16; }
p { color: rgb(204,173,22); }
H1.HeaderClassName
{
color: #CCAD16;
}
.AnyTagClassName
{
color: #CCAD16;
}
</style>
background-color css
<style>
a { background-color: #CCAD16; }
a { background-color: rgb(204,173,22); }
div.DivClassName
{
background-color: #CCAD16;
}
.BgClassName
{
background-color: #CCAD16;
}
</style>
border-color css
<style>
span { border-color: #CCAD16; }
span { border-color: rgb(204,173,22); }
td.TdClassName
{
border-color: #CCAD16;
}
.TagClassName
{
border-color: #CCAD16;
}
</style>