Shades of Galliano #CDA615
Tints of Galliano #CDA615
RGB
CMYK
RGB Variations
Color information
#CDA615 (or 0xCDA615) is known color: Galliano. HEX triplet: CD, A6 and 15. RGB value is (205,166,21). Sum of RGB (Red+Green+Blue) = 205+166+21=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA615 is #3259EA. Grayscale: #A1A1A1. Windows color (decimal): -3299819 or 1418957. OLE color: 1418957.
HSL color Cylindrical-coordinate representation of color #CDA615: hue angle of 47.28º 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 #CDA615 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.20 |
| HSL | 47.28º | 0.81% | 0.44% | - |
| HSV(B) | 47.28º | 0.9% | 0.8% | - |
| XYZ | 38.95 | 40.31 | 6.44 | - |
| YUV | 161.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 21 | 0 | 0.19 | 0.90 | 0.20 | 47.28 | 0.81 | 0.44 |
| Hex | CD | A6 | 15 | 0 | 13 | 5A | 14 | 2F | 51 | 2C |
| Octal | 315 | 246 | 25 | 0 | 23 | 132 | 24 | 57 | 121 | 54 |
| Binary | 11001101 | 10100110 | 10101 | 0 | 10011 | 1011010 | 10100 | 101111 | 1010001 | 101100 |
Color Harmonies of #CDA615
Complementary color
Monochromatic Colors of #CDA615
Black with #CDA615
Text Example
Text Example
White with #CDA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA615; }
p { color: rgb(205,166,21); }
H1.HeaderClassName
{
color: #CDA615;
}
.AnyTagClassName
{
color: #CDA615;
}
</style>
background-color css
<style>
a { background-color: #CDA615; }
a { background-color: rgb(205,166,21); }
div.DivClassName
{
background-color: #CDA615;
}
.BgClassName
{
background-color: #CDA615;
}
</style>
border-color css
<style>
span { border-color: #CDA615; }
span { border-color: rgb(205,166,21); }
td.TdClassName
{
border-color: #CDA615;
}
.TagClassName
{
border-color: #CDA615;
}
</style>