Shades of Galliano #CDA222
Tints of Galliano #CDA222
RGB
CMYK
RGB Variations
Color information
#CDA222 (or 0xCDA222) is known color: Galliano. HEX triplet: CD, A2 and 22. RGB value is (205,162,34). Sum of RGB (Red+Green+Blue) = 205+162+34=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA222 is #325DDD. Grayscale: #A0A0A0. Windows color (decimal): -3300830 or 2269901. OLE color: 2269901.
HSL color Cylindrical-coordinate representation of color #CDA222: hue angle of 44.91º degrees, saturation: 0.72, 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 #CDA222 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.20 |
| HSL | 44.91º | 0.72% | 0.47% | - |
| HSV(B) | 44.91º | 0.83% | 0.8% | - |
| XYZ | 38.39 | 38.94 | 7.01 | - |
| YUV | 160.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 34 | 0 | 0.21 | 0.83 | 0.20 | 44.91 | 0.72 | 0.47 |
| Hex | CD | A2 | 22 | 0 | 15 | 53 | 14 | 2D | 48 | 2F |
| Octal | 315 | 242 | 42 | 0 | 25 | 123 | 24 | 55 | 110 | 57 |
| Binary | 11001101 | 10100010 | 100010 | 0 | 10101 | 1010011 | 10100 | 101101 | 1001000 | 101111 |
Color Harmonies of #CDA222
Complementary color
Monochromatic Colors of #CDA222
Black with #CDA222
Text Example
Text Example
White with #CDA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA222; }
p { color: rgb(205,162,34); }
H1.HeaderClassName
{
color: #CDA222;
}
.AnyTagClassName
{
color: #CDA222;
}
</style>
background-color css
<style>
a { background-color: #CDA222; }
a { background-color: rgb(205,162,34); }
div.DivClassName
{
background-color: #CDA222;
}
.BgClassName
{
background-color: #CDA222;
}
</style>
border-color css
<style>
span { border-color: #CDA222; }
span { border-color: rgb(205,162,34); }
td.TdClassName
{
border-color: #CDA222;
}
.TagClassName
{
border-color: #CDA222;
}
</style>