Shades of Galliano #CDA426
Tints of Galliano #CDA426
RGB
CMYK
RGB Variations
Color information
#CDA426 (or 0xCDA426) is known color: Galliano. HEX triplet: CD, A4 and 26. RGB value is (205,164,38). Sum of RGB (Red+Green+Blue) = 205+164+38=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA426 is #325BD9. Grayscale: #A2A2A2. Windows color (decimal): -3300314 or 2532557. OLE color: 2532557.
HSL color Cylindrical-coordinate representation of color #CDA426: hue angle of 45.27º 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 #CDA426 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 38 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.20 |
| HSL | 45.27º | 0.69% | 0.48% | - |
| HSV(B) | 45.27º | 0.81% | 0.8% | - |
| XYZ | 38.8 | 39.67 | 7.45 | - |
| YUV | 161.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 38 | 0 | 0.2 | 0.81 | 0.20 | 45.27 | 0.69 | 0.48 |
| Hex | CD | A4 | 26 | 0 | 14 | 51 | 14 | 2D | 45 | 30 |
| Octal | 315 | 244 | 46 | 0 | 24 | 121 | 24 | 55 | 105 | 60 |
| Binary | 11001101 | 10100100 | 100110 | 0 | 10100 | 1010001 | 10100 | 101101 | 1000101 | 110000 |
Color Harmonies of #CDA426
Complementary color
Monochromatic Colors of #CDA426
Black with #CDA426
Text Example
Text Example
White with #CDA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA426; }
p { color: rgb(205,164,38); }
H1.HeaderClassName
{
color: #CDA426;
}
.AnyTagClassName
{
color: #CDA426;
}
</style>
background-color css
<style>
a { background-color: #CDA426; }
a { background-color: rgb(205,164,38); }
div.DivClassName
{
background-color: #CDA426;
}
.BgClassName
{
background-color: #CDA426;
}
</style>
border-color css
<style>
span { border-color: #CDA426; }
span { border-color: rgb(205,164,38); }
td.TdClassName
{
border-color: #CDA426;
}
.TagClassName
{
border-color: #CDA426;
}
</style>