Shades of Galliano #CDA424
Tints of Galliano #CDA424
RGB
CMYK
RGB Variations
Color information
#CDA424 (or 0xCDA424) is known color: Galliano. HEX triplet: CD, A4 and 24. RGB value is (205,164,36). Sum of RGB (Red+Green+Blue) = 205+164+36=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA424 is #325BDB. Grayscale: #A2A2A2. Windows color (decimal): -3300316 or 2401485. OLE color: 2401485.
HSL color Cylindrical-coordinate representation of color #CDA424: hue angle of 45.44º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDA424 is Cyan = 0, Magento = 0.2, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 36 | - |
| CMYK | 0 | 0.2 | 0.82 | 0.20 |
| HSL | 45.44º | 0.7% | 0.47% | - |
| HSV(B) | 45.44º | 0.82% | 0.8% | - |
| XYZ | 38.77 | 39.66 | 7.28 | - |
| YUV | 161.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 36 | 0 | 0.2 | 0.82 | 0.20 | 45.44 | 0.7 | 0.47 |
| Hex | CD | A4 | 24 | 0 | 14 | 52 | 14 | 2D | 46 | 2F |
| Octal | 315 | 244 | 44 | 0 | 24 | 122 | 24 | 55 | 106 | 57 |
| Binary | 11001101 | 10100100 | 100100 | 0 | 10100 | 1010010 | 10100 | 101101 | 1000110 | 101111 |
Color Harmonies of #CDA424
Complementary color
Monochromatic Colors of #CDA424
Black with #CDA424
Text Example
Text Example
White with #CDA424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA424; }
p { color: rgb(205,164,36); }
H1.HeaderClassName
{
color: #CDA424;
}
.AnyTagClassName
{
color: #CDA424;
}
</style>
background-color css
<style>
a { background-color: #CDA424; }
a { background-color: rgb(205,164,36); }
div.DivClassName
{
background-color: #CDA424;
}
.BgClassName
{
background-color: #CDA424;
}
</style>
border-color css
<style>
span { border-color: #CDA424; }
span { border-color: rgb(205,164,36); }
td.TdClassName
{
border-color: #CDA424;
}
.TagClassName
{
border-color: #CDA424;
}
</style>