Shades of Galliano #CDA610
Tints of Galliano #CDA610
RGB
CMYK
RGB Variations
Color information
#CDA610 (or 0xCDA610) is known color: Galliano. HEX triplet: CD, A6 and 10. RGB value is (205,166,16). Sum of RGB (Red+Green+Blue) = 205+166+16=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA610 is #3259EF. Grayscale: #A1A1A1. Windows color (decimal): -3299824 or 1091277. OLE color: 1091277.
HSL color Cylindrical-coordinate representation of color #CDA610: hue angle of 47.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA610 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.20 |
| HSL | 47.62º | 0.86% | 0.43% | - |
| HSV(B) | 47.62º | 0.92% | 0.8% | - |
| XYZ | 38.91 | 40.29 | 6.22 | - |
| YUV | 160.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 16 | 0 | 0.19 | 0.92 | 0.20 | 47.62 | 0.86 | 0.43 |
| Hex | CD | A6 | 10 | 0 | 13 | 5C | 14 | 30 | 56 | 2B |
| Octal | 315 | 246 | 20 | 0 | 23 | 134 | 24 | 60 | 126 | 53 |
| Binary | 11001101 | 10100110 | 10000 | 0 | 10011 | 1011100 | 10100 | 110000 | 1010110 | 101011 |
Color Harmonies of #CDA610
Complementary color
Monochromatic Colors of #CDA610
Black with #CDA610
Text Example
Text Example
White with #CDA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA610; }
p { color: rgb(205,166,16); }
H1.HeaderClassName
{
color: #CDA610;
}
.AnyTagClassName
{
color: #CDA610;
}
</style>
background-color css
<style>
a { background-color: #CDA610; }
a { background-color: rgb(205,166,16); }
div.DivClassName
{
background-color: #CDA610;
}
.BgClassName
{
background-color: #CDA610;
}
</style>
border-color css
<style>
span { border-color: #CDA610; }
span { border-color: rgb(205,166,16); }
td.TdClassName
{
border-color: #CDA610;
}
.TagClassName
{
border-color: #CDA610;
}
</style>