Shades of Galliano #CDAB1E
Tints of Galliano #CDAB1E
RGB
CMYK
RGB Variations
Color information
#CDAB1E (or 0xCDAB1E) is known color: Galliano. HEX triplet: CD, AB and 1E. RGB value is (205,171,30). Sum of RGB (Red+Green+Blue) = 205+171+30=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB1E is #3254E1. Grayscale: #A5A5A5. Windows color (decimal): -3298530 or 2010061. OLE color: 2010061.
HSL color Cylindrical-coordinate representation of color #CDAB1E: hue angle of 48.34º 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 #CDAB1E is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 30 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.20 |
| HSL | 48.34º | 0.74% | 0.46% | - |
| HSV(B) | 48.34º | 0.85% | 0.8% | - |
| XYZ | 39.97 | 42.2 | 7.27 | - |
| YUV | 165.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 30 | 0 | 0.17 | 0.85 | 0.20 | 48.34 | 0.74 | 0.46 |
| Hex | CD | AB | 1E | 0 | 11 | 55 | 14 | 30 | 4A | 2E |
| Octal | 315 | 253 | 36 | 0 | 21 | 125 | 24 | 60 | 112 | 56 |
| Binary | 11001101 | 10101011 | 11110 | 0 | 10001 | 1010101 | 10100 | 110000 | 1001010 | 101110 |
Color Harmonies of #CDAB1E
Complementary color
Monochromatic Colors of #CDAB1E
Black with #CDAB1E
Text Example
Text Example
White with #CDAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB1E; }
p { color: rgb(205,171,30); }
H1.HeaderClassName
{
color: #CDAB1E;
}
.AnyTagClassName
{
color: #CDAB1E;
}
</style>
background-color css
<style>
a { background-color: #CDAB1E; }
a { background-color: rgb(205,171,30); }
div.DivClassName
{
background-color: #CDAB1E;
}
.BgClassName
{
background-color: #CDAB1E;
}
</style>
border-color css
<style>
span { border-color: #CDAB1E; }
span { border-color: rgb(205,171,30); }
td.TdClassName
{
border-color: #CDAB1E;
}
.TagClassName
{
border-color: #CDAB1E;
}
</style>