Shades of Galliano #CDA722
Tints of Galliano #CDA722
RGB
CMYK
RGB Variations
Color information
#CDA722 (or 0xCDA722) is known color: Galliano. HEX triplet: CD, A7 and 22. RGB value is (205,167,34). Sum of RGB (Red+Green+Blue) = 205+167+34=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA722 is #3258DD. Grayscale: #A3A3A3. Windows color (decimal): -3299550 or 2271181. OLE color: 2271181.
HSL color Cylindrical-coordinate representation of color #CDA722: hue angle of 46.67º 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 #CDA722 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 34 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.20 |
| HSL | 46.67º | 0.72% | 0.47% | - |
| HSV(B) | 46.67º | 0.83% | 0.8% | - |
| XYZ | 39.28 | 40.73 | 7.3 | - |
| YUV | 163.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 34 | 0 | 0.19 | 0.83 | 0.20 | 46.67 | 0.72 | 0.47 |
| Hex | CD | A7 | 22 | 0 | 13 | 53 | 14 | 2F | 48 | 2F |
| Octal | 315 | 247 | 42 | 0 | 23 | 123 | 24 | 57 | 110 | 57 |
| Binary | 11001101 | 10100111 | 100010 | 0 | 10011 | 1010011 | 10100 | 101111 | 1001000 | 101111 |
Color Harmonies of #CDA722
Complementary color
Monochromatic Colors of #CDA722
Black with #CDA722
Text Example
Text Example
White with #CDA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA722; }
p { color: rgb(205,167,34); }
H1.HeaderClassName
{
color: #CDA722;
}
.AnyTagClassName
{
color: #CDA722;
}
</style>
background-color css
<style>
a { background-color: #CDA722; }
a { background-color: rgb(205,167,34); }
div.DivClassName
{
background-color: #CDA722;
}
.BgClassName
{
background-color: #CDA722;
}
</style>
border-color css
<style>
span { border-color: #CDA722; }
span { border-color: rgb(205,167,34); }
td.TdClassName
{
border-color: #CDA722;
}
.TagClassName
{
border-color: #CDA722;
}
</style>