Shades of Galliano #CDA324
Tints of Galliano #CDA324
RGB
CMYK
RGB Variations
Color information
#CDA324 (or 0xCDA324) is known color: Galliano. HEX triplet: CD, A3 and 24. RGB value is (205,163,36). Sum of RGB (Red+Green+Blue) = 205+163+36=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA324 is #325CDB. Grayscale: #A1A1A1. Windows color (decimal): -3300572 or 2401229. OLE color: 2401229.
HSL color Cylindrical-coordinate representation of color #CDA324: hue angle of 45.09º 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 #CDA324 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 36 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.20 |
| HSL | 45.09º | 0.7% | 0.47% | - |
| HSV(B) | 45.09º | 0.82% | 0.8% | - |
| XYZ | 38.59 | 39.3 | 7.22 | - |
| YUV | 161.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 36 | 0 | 0.20 | 0.82 | 0.20 | 45.09 | 0.7 | 0.47 |
| Hex | CD | A3 | 24 | 0 | 14 | 52 | 14 | 2D | 46 | 2F |
| Octal | 315 | 243 | 44 | 0 | 24 | 122 | 24 | 55 | 106 | 57 |
| Binary | 11001101 | 10100011 | 100100 | 0 | 10100 | 1010010 | 10100 | 101101 | 1000110 | 101111 |
Color Harmonies of #CDA324
Complementary color
Monochromatic Colors of #CDA324
Black with #CDA324
Text Example
Text Example
White with #CDA324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA324; }
p { color: rgb(205,163,36); }
H1.HeaderClassName
{
color: #CDA324;
}
.AnyTagClassName
{
color: #CDA324;
}
</style>
background-color css
<style>
a { background-color: #CDA324; }
a { background-color: rgb(205,163,36); }
div.DivClassName
{
background-color: #CDA324;
}
.BgClassName
{
background-color: #CDA324;
}
</style>
border-color css
<style>
span { border-color: #CDA324; }
span { border-color: rgb(205,163,36); }
td.TdClassName
{
border-color: #CDA324;
}
.TagClassName
{
border-color: #CDA324;
}
</style>