Shades of Galliano #CDA123
Tints of Galliano #CDA123
RGB
CMYK
RGB Variations
Color information
#CDA123 (or 0xCDA123) is known color: Galliano. HEX triplet: CD, A1 and 23. RGB value is (205,161,35). Sum of RGB (Red+Green+Blue) = 205+161+35=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA123 is #325EDC. Grayscale: #A0A0A0. Windows color (decimal): -3301085 or 2335181. OLE color: 2335181.
HSL color Cylindrical-coordinate representation of color #CDA123: hue angle of 44.47º degrees, saturation: 0.71, 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 #CDA123 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 35 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.20 |
| HSL | 44.47º | 0.71% | 0.47% | - |
| HSV(B) | 44.47º | 0.83% | 0.8% | - |
| XYZ | 38.23 | 38.59 | 7.02 | - |
| YUV | 159.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 35 | 0 | 0.21 | 0.83 | 0.20 | 44.47 | 0.71 | 0.47 |
| Hex | CD | A1 | 23 | 0 | 15 | 53 | 14 | 2C | 47 | 2F |
| Octal | 315 | 241 | 43 | 0 | 25 | 123 | 24 | 54 | 107 | 57 |
| Binary | 11001101 | 10100001 | 100011 | 0 | 10101 | 1010011 | 10100 | 101100 | 1000111 | 101111 |
Color Harmonies of #CDA123
Complementary color
Monochromatic Colors of #CDA123
Black with #CDA123
Text Example
Text Example
White with #CDA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA123; }
p { color: rgb(205,161,35); }
H1.HeaderClassName
{
color: #CDA123;
}
.AnyTagClassName
{
color: #CDA123;
}
</style>
background-color css
<style>
a { background-color: #CDA123; }
a { background-color: rgb(205,161,35); }
div.DivClassName
{
background-color: #CDA123;
}
.BgClassName
{
background-color: #CDA123;
}
</style>
border-color css
<style>
span { border-color: #CDA123; }
span { border-color: rgb(205,161,35); }
td.TdClassName
{
border-color: #CDA123;
}
.TagClassName
{
border-color: #CDA123;
}
</style>