Shades of Galliano #CDA614
Tints of Galliano #CDA614
RGB
CMYK
RGB Variations
Color information
#CDA614 (or 0xCDA614) is known color: Galliano. HEX triplet: CD, A6 and 14. RGB value is (205,166,20). Sum of RGB (Red+Green+Blue) = 205+166+20=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA614 is #3259EB. Grayscale: #A1A1A1. Windows color (decimal): -3299820 or 1353421. OLE color: 1353421.
HSL color Cylindrical-coordinate representation of color #CDA614: hue angle of 47.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA614 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 20 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.20 |
| HSL | 47.35º | 0.82% | 0.44% | - |
| HSV(B) | 47.35º | 0.9% | 0.8% | - |
| XYZ | 38.94 | 40.3 | 6.39 | - |
| YUV | 161.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 20 | 0 | 0.19 | 0.90 | 0.20 | 47.35 | 0.82 | 0.44 |
| Hex | CD | A6 | 14 | 0 | 13 | 5A | 14 | 2F | 52 | 2C |
| Octal | 315 | 246 | 24 | 0 | 23 | 132 | 24 | 57 | 122 | 54 |
| Binary | 11001101 | 10100110 | 10100 | 0 | 10011 | 1011010 | 10100 | 101111 | 1010010 | 101100 |
Color Harmonies of #CDA614
Complementary color
Monochromatic Colors of #CDA614
Black with #CDA614
Text Example
Text Example
White with #CDA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA614; }
p { color: rgb(205,166,20); }
H1.HeaderClassName
{
color: #CDA614;
}
.AnyTagClassName
{
color: #CDA614;
}
</style>
background-color css
<style>
a { background-color: #CDA614; }
a { background-color: rgb(205,166,20); }
div.DivClassName
{
background-color: #CDA614;
}
.BgClassName
{
background-color: #CDA614;
}
</style>
border-color css
<style>
span { border-color: #CDA614; }
span { border-color: rgb(205,166,20); }
td.TdClassName
{
border-color: #CDA614;
}
.TagClassName
{
border-color: #CDA614;
}
</style>