Shades of Galliano #CDA326
Tints of Galliano #CDA326
RGB
CMYK
RGB Variations
Color information
#CDA326 (or 0xCDA326) is known color: Galliano. HEX triplet: CD, A3 and 26. RGB value is (205,163,38). Sum of RGB (Red+Green+Blue) = 205+163+38=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA326 is #325CD9. Grayscale: #A1A1A1. Windows color (decimal): -3300570 or 2532301. OLE color: 2532301.
HSL color Cylindrical-coordinate representation of color #CDA326: hue angle of 44.91º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDA326 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 38 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.20 |
| HSL | 44.91º | 0.69% | 0.48% | - |
| HSV(B) | 44.91º | 0.81% | 0.8% | - |
| XYZ | 38.62 | 39.31 | 7.39 | - |
| YUV | 161.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 38 | 0 | 0.20 | 0.81 | 0.20 | 44.91 | 0.69 | 0.48 |
| Hex | CD | A3 | 26 | 0 | 14 | 51 | 14 | 2D | 45 | 30 |
| Octal | 315 | 243 | 46 | 0 | 24 | 121 | 24 | 55 | 105 | 60 |
| Binary | 11001101 | 10100011 | 100110 | 0 | 10100 | 1010001 | 10100 | 101101 | 1000101 | 110000 |
Color Harmonies of #CDA326
Complementary color
Monochromatic Colors of #CDA326
Black with #CDA326
Text Example
Text Example
White with #CDA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA326; }
p { color: rgb(205,163,38); }
H1.HeaderClassName
{
color: #CDA326;
}
.AnyTagClassName
{
color: #CDA326;
}
</style>
background-color css
<style>
a { background-color: #CDA326; }
a { background-color: rgb(205,163,38); }
div.DivClassName
{
background-color: #CDA326;
}
.BgClassName
{
background-color: #CDA326;
}
</style>
border-color css
<style>
span { border-color: #CDA326; }
span { border-color: rgb(205,163,38); }
td.TdClassName
{
border-color: #CDA326;
}
.TagClassName
{
border-color: #CDA326;
}
</style>