Shades of Galliano #CDA019
Tints of Galliano #CDA019
RGB
CMYK
RGB Variations
Color information
#CDA019 (or 0xCDA019) is known color: Galliano. HEX triplet: CD, A0 and 19. RGB value is (205,160,25). Sum of RGB (Red+Green+Blue) = 205+160+25=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA019 is #325FE6. Grayscale: #9E9E9E. Windows color (decimal): -3301351 or 1679565. OLE color: 1679565.
HSL color Cylindrical-coordinate representation of color #CDA019: hue angle of 45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDA019 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.20 |
| HSL | 45º | 0.78% | 0.45% | - |
| HSV(B) | 45º | 0.88% | 0.8% | - |
| XYZ | 37.92 | 38.19 | 6.29 | - |
| YUV | 158.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 25 | 0 | 0.22 | 0.88 | 0.20 | 45 | 0.78 | 0.45 |
| Hex | CD | A0 | 19 | 0 | 16 | 58 | 14 | 2D | 4E | 2D |
| Octal | 315 | 240 | 31 | 0 | 26 | 130 | 24 | 55 | 116 | 55 |
| Binary | 11001101 | 10100000 | 11001 | 0 | 10110 | 1011000 | 10100 | 101101 | 1001110 | 101101 |
Color Harmonies of #CDA019
Complementary color
Monochromatic Colors of #CDA019
Black with #CDA019
Text Example
Text Example
White with #CDA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA019; }
p { color: rgb(205,160,25); }
H1.HeaderClassName
{
color: #CDA019;
}
.AnyTagClassName
{
color: #CDA019;
}
</style>
background-color css
<style>
a { background-color: #CDA019; }
a { background-color: rgb(205,160,25); }
div.DivClassName
{
background-color: #CDA019;
}
.BgClassName
{
background-color: #CDA019;
}
</style>
border-color css
<style>
span { border-color: #CDA019; }
span { border-color: rgb(205,160,25); }
td.TdClassName
{
border-color: #CDA019;
}
.TagClassName
{
border-color: #CDA019;
}
</style>