Shades of Galliano #CDA815
Tints of Galliano #CDA815
RGB
CMYK
RGB Variations
Color information
#CDA815 (or 0xCDA815) is known color: Galliano. HEX triplet: CD, A8 and 15. RGB value is (205,168,21). Sum of RGB (Red+Green+Blue) = 205+168+21=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA815 is #3257EA. Grayscale: #A2A2A2. Windows color (decimal): -3299307 or 1419469. OLE color: 1419469.
HSL color Cylindrical-coordinate representation of color #CDA815: hue angle of 47.93º degrees, saturation: 0.81, 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 #CDA815 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.20 |
| HSL | 47.93º | 0.81% | 0.44% | - |
| HSV(B) | 47.93º | 0.9% | 0.8% | - |
| XYZ | 39.31 | 41.04 | 6.56 | - |
| YUV | 162.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 21 | 0 | 0.18 | 0.90 | 0.20 | 47.93 | 0.81 | 0.44 |
| Hex | CD | A8 | 15 | 0 | 12 | 5A | 14 | 30 | 51 | 2C |
| Octal | 315 | 250 | 25 | 0 | 22 | 132 | 24 | 60 | 121 | 54 |
| Binary | 11001101 | 10101000 | 10101 | 0 | 10010 | 1011010 | 10100 | 110000 | 1010001 | 101100 |
Color Harmonies of #CDA815
Complementary color
Monochromatic Colors of #CDA815
Black with #CDA815
Text Example
Text Example
White with #CDA815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA815; }
p { color: rgb(205,168,21); }
H1.HeaderClassName
{
color: #CDA815;
}
.AnyTagClassName
{
color: #CDA815;
}
</style>
background-color css
<style>
a { background-color: #CDA815; }
a { background-color: rgb(205,168,21); }
div.DivClassName
{
background-color: #CDA815;
}
.BgClassName
{
background-color: #CDA815;
}
</style>
border-color css
<style>
span { border-color: #CDA815; }
span { border-color: rgb(205,168,21); }
td.TdClassName
{
border-color: #CDA815;
}
.TagClassName
{
border-color: #CDA815;
}
</style>