Shades of Galliano #CDAB1C
Tints of Galliano #CDAB1C
RGB
CMYK
RGB Variations
Color information
#CDAB1C (or 0xCDAB1C) is known color: Galliano. HEX triplet: CD, AB and 1C. RGB value is (205,171,28). Sum of RGB (Red+Green+Blue) = 205+171+28=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB1C is #3254E3. Grayscale: #A5A5A5. Windows color (decimal): -3298532 or 1878989. OLE color: 1878989.
HSL color Cylindrical-coordinate representation of color #CDAB1C: hue angle of 48.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDAB1C is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 28 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.20 |
| HSL | 48.47º | 0.76% | 0.46% | - |
| HSV(B) | 48.47º | 0.86% | 0.8% | - |
| XYZ | 39.95 | 42.19 | 7.14 | - |
| YUV | 164.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 28 | 0 | 0.17 | 0.86 | 0.20 | 48.47 | 0.76 | 0.46 |
| Hex | CD | AB | 1C | 0 | 11 | 56 | 14 | 30 | 4C | 2E |
| Octal | 315 | 253 | 34 | 0 | 21 | 126 | 24 | 60 | 114 | 56 |
| Binary | 11001101 | 10101011 | 11100 | 0 | 10001 | 1010110 | 10100 | 110000 | 1001100 | 101110 |
Color Harmonies of #CDAB1C
Complementary color
Monochromatic Colors of #CDAB1C
Black with #CDAB1C
Text Example
Text Example
White with #CDAB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB1C; }
p { color: rgb(205,171,28); }
H1.HeaderClassName
{
color: #CDAB1C;
}
.AnyTagClassName
{
color: #CDAB1C;
}
</style>
background-color css
<style>
a { background-color: #CDAB1C; }
a { background-color: rgb(205,171,28); }
div.DivClassName
{
background-color: #CDAB1C;
}
.BgClassName
{
background-color: #CDAB1C;
}
</style>
border-color css
<style>
span { border-color: #CDAB1C; }
span { border-color: rgb(205,171,28); }
td.TdClassName
{
border-color: #CDAB1C;
}
.TagClassName
{
border-color: #CDAB1C;
}
</style>