Shades of Galliano #CDA129
Tints of Galliano #CDA129
RGB
CMYK
RGB Variations
Color information
#CDA129 (or 0xCDA129) is known color: Galliano. HEX triplet: CD, A1 and 29. RGB value is (205,161,41). Sum of RGB (Red+Green+Blue) = 205+161+41=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA129 is #325ED6. Grayscale: #A1A1A1. Windows color (decimal): -3301079 or 2728397. OLE color: 2728397.
HSL color Cylindrical-coordinate representation of color #CDA129: hue angle of 43.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDA129 is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 41 | - |
| CMYK | 0 | 0.21 | 0.8 | 0.20 |
| HSL | 43.9º | 0.67% | 0.48% | - |
| HSV(B) | 43.9º | 0.8% | 0.8% | - |
| XYZ | 38.32 | 38.63 | 7.53 | - |
| YUV | 160.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 41 | 0 | 0.21 | 0.8 | 0.20 | 43.9 | 0.67 | 0.48 |
| Hex | CD | A1 | 29 | 0 | 15 | 50 | 14 | 2C | 43 | 30 |
| Octal | 315 | 241 | 51 | 0 | 25 | 120 | 24 | 54 | 103 | 60 |
| Binary | 11001101 | 10100001 | 101001 | 0 | 10101 | 1010000 | 10100 | 101100 | 1000011 | 110000 |
Color Harmonies of #CDA129
Complementary color
Monochromatic Colors of #CDA129
Black with #CDA129
Text Example
Text Example
White with #CDA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA129; }
p { color: rgb(205,161,41); }
H1.HeaderClassName
{
color: #CDA129;
}
.AnyTagClassName
{
color: #CDA129;
}
</style>
background-color css
<style>
a { background-color: #CDA129; }
a { background-color: rgb(205,161,41); }
div.DivClassName
{
background-color: #CDA129;
}
.BgClassName
{
background-color: #CDA129;
}
</style>
border-color css
<style>
span { border-color: #CDA129; }
span { border-color: rgb(205,161,41); }
td.TdClassName
{
border-color: #CDA129;
}
.TagClassName
{
border-color: #CDA129;
}
</style>