Shades of Galliano #CDA613
Tints of Galliano #CDA613
RGB
CMYK
RGB Variations
Color information
#CDA613 (or 0xCDA613) is known color: Galliano. HEX triplet: CD, A6 and 13. RGB value is (205,166,19). Sum of RGB (Red+Green+Blue) = 205+166+19=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA613 is #3259EC. Grayscale: #A1A1A1. Windows color (decimal): -3299821 or 1287885. OLE color: 1287885.
HSL color Cylindrical-coordinate representation of color #CDA613: hue angle of 47.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDA613 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.20 |
| HSL | 47.42º | 0.83% | 0.44% | - |
| HSV(B) | 47.42º | 0.91% | 0.8% | - |
| XYZ | 38.93 | 40.3 | 6.34 | - |
| YUV | 160.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 19 | 0 | 0.19 | 0.91 | 0.20 | 47.42 | 0.83 | 0.44 |
| Hex | CD | A6 | 13 | 0 | 13 | 5B | 14 | 2F | 53 | 2C |
| Octal | 315 | 246 | 23 | 0 | 23 | 133 | 24 | 57 | 123 | 54 |
| Binary | 11001101 | 10100110 | 10011 | 0 | 10011 | 1011011 | 10100 | 101111 | 1010011 | 101100 |
Color Harmonies of #CDA613
Complementary color
Monochromatic Colors of #CDA613
Black with #CDA613
Text Example
Text Example
White with #CDA613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA613; }
p { color: rgb(205,166,19); }
H1.HeaderClassName
{
color: #CDA613;
}
.AnyTagClassName
{
color: #CDA613;
}
</style>
background-color css
<style>
a { background-color: #CDA613; }
a { background-color: rgb(205,166,19); }
div.DivClassName
{
background-color: #CDA613;
}
.BgClassName
{
background-color: #CDA613;
}
</style>
border-color css
<style>
span { border-color: #CDA613; }
span { border-color: rgb(205,166,19); }
td.TdClassName
{
border-color: #CDA613;
}
.TagClassName
{
border-color: #CDA613;
}
</style>