Shades of Galliano #CDA419
Tints of Galliano #CDA419
RGB
CMYK
RGB Variations
Color information
#CDA419 (or 0xCDA419) is known color: Galliano. HEX triplet: CD, A4 and 19. RGB value is (205,164,25). Sum of RGB (Red+Green+Blue) = 205+164+25=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA419 is #325BE6. Grayscale: #A1A1A1. Windows color (decimal): -3300327 or 1680589. OLE color: 1680589.
HSL color Cylindrical-coordinate representation of color #CDA419: hue angle of 46.33º 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 #CDA419 is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 25 | - |
| CMYK | 0 | 0.2 | 0.88 | 0.20 |
| HSL | 46.33º | 0.78% | 0.45% | - |
| HSV(B) | 46.33º | 0.88% | 0.8% | - |
| XYZ | 38.63 | 39.6 | 6.53 | - |
| YUV | 160.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 25 | 0 | 0.2 | 0.88 | 0.20 | 46.33 | 0.78 | 0.45 |
| Hex | CD | A4 | 19 | 0 | 14 | 58 | 14 | 2E | 4E | 2D |
| Octal | 315 | 244 | 31 | 0 | 24 | 130 | 24 | 56 | 116 | 55 |
| Binary | 11001101 | 10100100 | 11001 | 0 | 10100 | 1011000 | 10100 | 101110 | 1001110 | 101101 |
Color Harmonies of #CDA419
Complementary color
Monochromatic Colors of #CDA419
Black with #CDA419
Text Example
Text Example
White with #CDA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA419; }
p { color: rgb(205,164,25); }
H1.HeaderClassName
{
color: #CDA419;
}
.AnyTagClassName
{
color: #CDA419;
}
</style>
background-color css
<style>
a { background-color: #CDA419; }
a { background-color: rgb(205,164,25); }
div.DivClassName
{
background-color: #CDA419;
}
.BgClassName
{
background-color: #CDA419;
}
</style>
border-color css
<style>
span { border-color: #CDA419; }
span { border-color: rgb(205,164,25); }
td.TdClassName
{
border-color: #CDA419;
}
.TagClassName
{
border-color: #CDA419;
}
</style>