Shades of Galliano #CDA520
Tints of Galliano #CDA520
RGB
CMYK
RGB Variations
Color information
#CDA520 (or 0xCDA520) is known color: Galliano. HEX triplet: CD, A5 and 20. RGB value is (205,165,32). Sum of RGB (Red+Green+Blue) = 205+165+32=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA520 is #325ADF. Grayscale: #A2A2A2. Windows color (decimal): -3300064 or 2139597. OLE color: 2139597.
HSL color Cylindrical-coordinate representation of color #CDA520: hue angle of 46.13º 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 #CDA520 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 32 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.20 |
| HSL | 46.13º | 0.73% | 0.46% | - |
| HSV(B) | 46.13º | 0.84% | 0.8% | - |
| XYZ | 38.89 | 39.99 | 7.04 | - |
| YUV | 161.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 32 | 0 | 0.20 | 0.84 | 0.20 | 46.13 | 0.73 | 0.46 |
| Hex | CD | A5 | 20 | 0 | 14 | 54 | 14 | 2E | 49 | 2E |
| Octal | 315 | 245 | 40 | 0 | 24 | 124 | 24 | 56 | 111 | 56 |
| Binary | 11001101 | 10100101 | 100000 | 0 | 10100 | 1010100 | 10100 | 101110 | 1001001 | 101110 |
Color Harmonies of #CDA520
Complementary color
Monochromatic Colors of #CDA520
Black with #CDA520
Text Example
Text Example
White with #CDA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA520; }
p { color: rgb(205,165,32); }
H1.HeaderClassName
{
color: #CDA520;
}
.AnyTagClassName
{
color: #CDA520;
}
</style>
background-color css
<style>
a { background-color: #CDA520; }
a { background-color: rgb(205,165,32); }
div.DivClassName
{
background-color: #CDA520;
}
.BgClassName
{
background-color: #CDA520;
}
</style>
border-color css
<style>
span { border-color: #CDA520; }
span { border-color: rgb(205,165,32); }
td.TdClassName
{
border-color: #CDA520;
}
.TagClassName
{
border-color: #CDA520;
}
</style>