Shades of Galliano #CDA11C
Tints of Galliano #CDA11C
RGB
CMYK
RGB Variations
Color information
#CDA11C (or 0xCDA11C) is known color: Galliano. HEX triplet: CD, A1 and 1C. RGB value is (205,161,28). Sum of RGB (Red+Green+Blue) = 205+161+28=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA11C is #325EE3. Grayscale: #9F9F9F. Windows color (decimal): -3301092 or 1876429. OLE color: 1876429.
HSL color Cylindrical-coordinate representation of color #CDA11C: hue angle of 45.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDA11C is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 28 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.20 |
| HSL | 45.08º | 0.76% | 0.46% | - |
| HSV(B) | 45.08º | 0.86% | 0.8% | - |
| XYZ | 38.13 | 38.55 | 6.53 | - |
| YUV | 158.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 28 | 0 | 0.21 | 0.86 | 0.20 | 45.08 | 0.76 | 0.46 |
| Hex | CD | A1 | 1C | 0 | 15 | 56 | 14 | 2D | 4C | 2E |
| Octal | 315 | 241 | 34 | 0 | 25 | 126 | 24 | 55 | 114 | 56 |
| Binary | 11001101 | 10100001 | 11100 | 0 | 10101 | 1010110 | 10100 | 101101 | 1001100 | 101110 |
Color Harmonies of #CDA11C
Complementary color
Monochromatic Colors of #CDA11C
Black with #CDA11C
Text Example
Text Example
White with #CDA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA11C; }
p { color: rgb(205,161,28); }
H1.HeaderClassName
{
color: #CDA11C;
}
.AnyTagClassName
{
color: #CDA11C;
}
</style>
background-color css
<style>
a { background-color: #CDA11C; }
a { background-color: rgb(205,161,28); }
div.DivClassName
{
background-color: #CDA11C;
}
.BgClassName
{
background-color: #CDA11C;
}
</style>
border-color css
<style>
span { border-color: #CDA11C; }
span { border-color: rgb(205,161,28); }
td.TdClassName
{
border-color: #CDA11C;
}
.TagClassName
{
border-color: #CDA11C;
}
</style>