Shades of Galliano #CDA914
Tints of Galliano #CDA914
RGB
CMYK
RGB Variations
Color information
#CDA914 (or 0xCDA914) is known color: Galliano. HEX triplet: CD, A9 and 14. RGB value is (205,169,20). Sum of RGB (Red+Green+Blue) = 205+169+20=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA914 is #3256EB. Grayscale: #A3A3A3. Windows color (decimal): -3299052 or 1354189. OLE color: 1354189.
HSL color Cylindrical-coordinate representation of color #CDA914: hue angle of 48.32º 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 #CDA914 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.20 |
| HSL | 48.32º | 0.82% | 0.44% | - |
| HSV(B) | 48.32º | 0.9% | 0.8% | - |
| XYZ | 39.49 | 41.41 | 6.57 | - |
| YUV | 162.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 20 | 0 | 0.18 | 0.90 | 0.20 | 48.32 | 0.82 | 0.44 |
| Hex | CD | A9 | 14 | 0 | 12 | 5A | 14 | 30 | 52 | 2C |
| Octal | 315 | 251 | 24 | 0 | 22 | 132 | 24 | 60 | 122 | 54 |
| Binary | 11001101 | 10101001 | 10100 | 0 | 10010 | 1011010 | 10100 | 110000 | 1010010 | 101100 |
Color Harmonies of #CDA914
Complementary color
Monochromatic Colors of #CDA914
Black with #CDA914
Text Example
Text Example
White with #CDA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA914; }
p { color: rgb(205,169,20); }
H1.HeaderClassName
{
color: #CDA914;
}
.AnyTagClassName
{
color: #CDA914;
}
</style>
background-color css
<style>
a { background-color: #CDA914; }
a { background-color: rgb(205,169,20); }
div.DivClassName
{
background-color: #CDA914;
}
.BgClassName
{
background-color: #CDA914;
}
</style>
border-color css
<style>
span { border-color: #CDA914; }
span { border-color: rgb(205,169,20); }
td.TdClassName
{
border-color: #CDA914;
}
.TagClassName
{
border-color: #CDA914;
}
</style>