Shades of Galliano #CCAD1E
Tints of Galliano #CCAD1E
RGB
CMYK
RGB Variations
Color information
#CCAD1E (or 0xCCAD1E) is known color: Galliano. HEX triplet: CC, AD and 1E. RGB value is (204,173,30). Sum of RGB (Red+Green+Blue) = 204+173+30=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD1E is #3352E1. Grayscale: #A6A6A6. Windows color (decimal): -3363554 or 2010572. OLE color: 2010572.
HSL color Cylindrical-coordinate representation of color #CCAD1E: hue angle of 49.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCAD1E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.2 |
| HSL | 49.31º | 0.74% | 0.46% | - |
| HSV(B) | 49.31º | 0.85% | 0.8% | - |
| XYZ | 40.08 | 42.82 | 7.38 | - |
| YUV | 165.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 30 | 0 | 0.15 | 0.85 | 0.2 | 49.31 | 0.74 | 0.46 |
| Hex | CC | AD | 1E | 0 | F | 55 | 14 | 31 | 4A | 2E |
| Octal | 314 | 255 | 36 | 0 | 17 | 125 | 24 | 61 | 112 | 56 |
| Binary | 11001100 | 10101101 | 11110 | 0 | 1111 | 1010101 | 10100 | 110001 | 1001010 | 101110 |
Color Harmonies of #CCAD1E
Complementary color
Monochromatic Colors of #CCAD1E
Black with #CCAD1E
Text Example
Text Example
White with #CCAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAD1E; }
p { color: rgb(204,173,30); }
H1.HeaderClassName
{
color: #CCAD1E;
}
.AnyTagClassName
{
color: #CCAD1E;
}
</style>
background-color css
<style>
a { background-color: #CCAD1E; }
a { background-color: rgb(204,173,30); }
div.DivClassName
{
background-color: #CCAD1E;
}
.BgClassName
{
background-color: #CCAD1E;
}
</style>
border-color css
<style>
span { border-color: #CCAD1E; }
span { border-color: rgb(204,173,30); }
td.TdClassName
{
border-color: #CCAD1E;
}
.TagClassName
{
border-color: #CCAD1E;
}
</style>