Shades of Galliano #CDA223
Tints of Galliano #CDA223
RGB
CMYK
RGB Variations
Color information
#CDA223 (or 0xCDA223) is known color: Galliano. HEX triplet: CD, A2 and 23. RGB value is (205,162,35). Sum of RGB (Red+Green+Blue) = 205+162+35=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA223 is #325DDC. Grayscale: #A0A0A0. Windows color (decimal): -3300829 or 2335437. OLE color: 2335437.
HSL color Cylindrical-coordinate representation of color #CDA223: hue angle of 44.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDA223 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 35 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.20 |
| HSL | 44.82º | 0.71% | 0.47% | - |
| HSV(B) | 44.82º | 0.83% | 0.8% | - |
| XYZ | 38.4 | 38.94 | 7.08 | - |
| YUV | 160.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 35 | 0 | 0.21 | 0.83 | 0.20 | 44.82 | 0.71 | 0.47 |
| Hex | CD | A2 | 23 | 0 | 15 | 53 | 14 | 2D | 47 | 2F |
| Octal | 315 | 242 | 43 | 0 | 25 | 123 | 24 | 55 | 107 | 57 |
| Binary | 11001101 | 10100010 | 100011 | 0 | 10101 | 1010011 | 10100 | 101101 | 1000111 | 101111 |
Color Harmonies of #CDA223
Complementary color
Monochromatic Colors of #CDA223
Black with #CDA223
Text Example
Text Example
White with #CDA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA223; }
p { color: rgb(205,162,35); }
H1.HeaderClassName
{
color: #CDA223;
}
.AnyTagClassName
{
color: #CDA223;
}
</style>
background-color css
<style>
a { background-color: #CDA223; }
a { background-color: rgb(205,162,35); }
div.DivClassName
{
background-color: #CDA223;
}
.BgClassName
{
background-color: #CDA223;
}
</style>
border-color css
<style>
span { border-color: #CDA223; }
span { border-color: rgb(205,162,35); }
td.TdClassName
{
border-color: #CDA223;
}
.TagClassName
{
border-color: #CDA223;
}
</style>