Shades of Galliano #CDA920
Tints of Galliano #CDA920
RGB
CMYK
RGB Variations
Color information
#CDA920 (or 0xCDA920) is known color: Galliano. HEX triplet: CD, A9 and 20. RGB value is (205,169,32). Sum of RGB (Red+Green+Blue) = 205+169+32=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA920 is #3256DF. Grayscale: #A4A4A4. Windows color (decimal): -3299040 or 2140621. OLE color: 2140621.
HSL color Cylindrical-coordinate representation of color #CDA920: hue angle of 47.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDA920 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 32 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.20 |
| HSL | 47.51º | 0.73% | 0.46% | - |
| HSV(B) | 47.51º | 0.84% | 0.8% | - |
| XYZ | 39.63 | 41.46 | 7.28 | - |
| YUV | 164.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 32 | 0 | 0.18 | 0.84 | 0.20 | 47.51 | 0.73 | 0.46 |
| Hex | CD | A9 | 20 | 0 | 12 | 54 | 14 | 30 | 49 | 2E |
| Octal | 315 | 251 | 40 | 0 | 22 | 124 | 24 | 60 | 111 | 56 |
| Binary | 11001101 | 10101001 | 100000 | 0 | 10010 | 1010100 | 10100 | 110000 | 1001001 | 101110 |
Color Harmonies of #CDA920
Complementary color
Monochromatic Colors of #CDA920
Black with #CDA920
Text Example
Text Example
White with #CDA920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA920; }
p { color: rgb(205,169,32); }
H1.HeaderClassName
{
color: #CDA920;
}
.AnyTagClassName
{
color: #CDA920;
}
</style>
background-color css
<style>
a { background-color: #CDA920; }
a { background-color: rgb(205,169,32); }
div.DivClassName
{
background-color: #CDA920;
}
.BgClassName
{
background-color: #CDA920;
}
</style>
border-color css
<style>
span { border-color: #CDA920; }
span { border-color: rgb(205,169,32); }
td.TdClassName
{
border-color: #CDA920;
}
.TagClassName
{
border-color: #CDA920;
}
</style>