Shades of Galliano #CDA322
Tints of Galliano #CDA322
RGB
CMYK
RGB Variations
Color information
#CDA322 (or 0xCDA322) is known color: Galliano. HEX triplet: CD, A3 and 22. RGB value is (205,163,34). Sum of RGB (Red+Green+Blue) = 205+163+34=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA322 is #325CDD. Grayscale: #A1A1A1. Windows color (decimal): -3300574 or 2270157. OLE color: 2270157.
HSL color Cylindrical-coordinate representation of color #CDA322: hue angle of 45.26º 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 #CDA322 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 34 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.20 |
| HSL | 45.26º | 0.72% | 0.47% | - |
| HSV(B) | 45.26º | 0.83% | 0.8% | - |
| XYZ | 38.56 | 39.29 | 7.06 | - |
| YUV | 160.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 34 | 0 | 0.20 | 0.83 | 0.20 | 45.26 | 0.72 | 0.47 |
| Hex | CD | A3 | 22 | 0 | 14 | 53 | 14 | 2D | 48 | 2F |
| Octal | 315 | 243 | 42 | 0 | 24 | 123 | 24 | 55 | 110 | 57 |
| Binary | 11001101 | 10100011 | 100010 | 0 | 10100 | 1010011 | 10100 | 101101 | 1001000 | 101111 |
Color Harmonies of #CDA322
Complementary color
Monochromatic Colors of #CDA322
Black with #CDA322
Text Example
Text Example
White with #CDA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA322; }
p { color: rgb(205,163,34); }
H1.HeaderClassName
{
color: #CDA322;
}
.AnyTagClassName
{
color: #CDA322;
}
</style>
background-color css
<style>
a { background-color: #CDA322; }
a { background-color: rgb(205,163,34); }
div.DivClassName
{
background-color: #CDA322;
}
.BgClassName
{
background-color: #CDA322;
}
</style>
border-color css
<style>
span { border-color: #CDA322; }
span { border-color: rgb(205,163,34); }
td.TdClassName
{
border-color: #CDA322;
}
.TagClassName
{
border-color: #CDA322;
}
</style>