Shades of Galliano #CDA822
Tints of Galliano #CDA822
RGB
CMYK
RGB Variations
Color information
#CDA822 (or 0xCDA822) is known color: Galliano. HEX triplet: CD, A8 and 22. RGB value is (205,168,34). Sum of RGB (Red+Green+Blue) = 205+168+34=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA822 is #3257DD. Grayscale: #A4A4A4. Windows color (decimal): -3299294 or 2271437. OLE color: 2271437.
HSL color Cylindrical-coordinate representation of color #CDA822: hue angle of 47.02º 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 #CDA822 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 34 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.20 |
| HSL | 47.02º | 0.72% | 0.47% | - |
| HSV(B) | 47.02º | 0.83% | 0.8% | - |
| XYZ | 39.47 | 41.1 | 7.37 | - |
| YUV | 163.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 34 | 0 | 0.18 | 0.83 | 0.20 | 47.02 | 0.72 | 0.47 |
| Hex | CD | A8 | 22 | 0 | 12 | 53 | 14 | 2F | 48 | 2F |
| Octal | 315 | 250 | 42 | 0 | 22 | 123 | 24 | 57 | 110 | 57 |
| Binary | 11001101 | 10101000 | 100010 | 0 | 10010 | 1010011 | 10100 | 101111 | 1001000 | 101111 |
Color Harmonies of #CDA822
Complementary color
Monochromatic Colors of #CDA822
Black with #CDA822
Text Example
Text Example
White with #CDA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA822; }
p { color: rgb(205,168,34); }
H1.HeaderClassName
{
color: #CDA822;
}
.AnyTagClassName
{
color: #CDA822;
}
</style>
background-color css
<style>
a { background-color: #CDA822; }
a { background-color: rgb(205,168,34); }
div.DivClassName
{
background-color: #CDA822;
}
.BgClassName
{
background-color: #CDA822;
}
</style>
border-color css
<style>
span { border-color: #CDA822; }
span { border-color: rgb(205,168,34); }
td.TdClassName
{
border-color: #CDA822;
}
.TagClassName
{
border-color: #CDA822;
}
</style>