Shades of Galliano #CDAB2A
Tints of Galliano #CDAB2A
RGB
CMYK
RGB Variations
Color information
#CDAB2A (or 0xCDAB2A) is known color: Galliano. HEX triplet: CD, AB and 2A. RGB value is (205,171,42). Sum of RGB (Red+Green+Blue) = 205+171+42=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAB2A is #3254D5. Grayscale: #A7A7A7. Windows color (decimal): -3298518 or 2796493. OLE color: 2796493.
HSL color Cylindrical-coordinate representation of color #CDAB2A: hue angle of 47.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDAB2A is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 42 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.20 |
| HSL | 47.48º | 0.66% | 0.48% | - |
| HSV(B) | 47.48º | 0.8% | 0.8% | - |
| XYZ | 40.16 | 42.27 | 8.23 | - |
| YUV | 166.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 42 | 0 | 0.17 | 0.80 | 0.20 | 47.48 | 0.66 | 0.48 |
| Hex | CD | AB | 2A | 0 | 11 | 50 | 14 | 2F | 42 | 30 |
| Octal | 315 | 253 | 52 | 0 | 21 | 120 | 24 | 57 | 102 | 60 |
| Binary | 11001101 | 10101011 | 101010 | 0 | 10001 | 1010000 | 10100 | 101111 | 1000010 | 110000 |
Color Harmonies of #CDAB2A
Complementary color
Monochromatic Colors of #CDAB2A
Black with #CDAB2A
Text Example
Text Example
White with #CDAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB2A; }
p { color: rgb(205,171,42); }
H1.HeaderClassName
{
color: #CDAB2A;
}
.AnyTagClassName
{
color: #CDAB2A;
}
</style>
background-color css
<style>
a { background-color: #CDAB2A; }
a { background-color: rgb(205,171,42); }
div.DivClassName
{
background-color: #CDAB2A;
}
.BgClassName
{
background-color: #CDAB2A;
}
</style>
border-color css
<style>
span { border-color: #CDAB2A; }
span { border-color: rgb(205,171,42); }
td.TdClassName
{
border-color: #CDAB2A;
}
.TagClassName
{
border-color: #CDAB2A;
}
</style>