Shades of Galliano #CDA511
Tints of Galliano #CDA511
RGB
CMYK
RGB Variations
Color information
#CDA511 (or 0xCDA511) is known color: Galliano. HEX triplet: CD, A5 and 11. RGB value is (205,165,17). Sum of RGB (Red+Green+Blue) = 205+165+17=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA511 is #325AEE. Grayscale: #A0A0A0. Windows color (decimal): -3300079 or 1156557. OLE color: 1156557.
HSL color Cylindrical-coordinate representation of color #CDA511: hue angle of 47.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA511 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.20 |
| HSL | 47.23º | 0.85% | 0.44% | - |
| HSV(B) | 47.23º | 0.92% | 0.8% | - |
| XYZ | 38.73 | 39.93 | 6.2 | - |
| YUV | 160.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 17 | 0 | 0.20 | 0.92 | 0.20 | 47.23 | 0.85 | 0.44 |
| Hex | CD | A5 | 11 | 0 | 14 | 5C | 14 | 2F | 55 | 2C |
| Octal | 315 | 245 | 21 | 0 | 24 | 134 | 24 | 57 | 125 | 54 |
| Binary | 11001101 | 10100101 | 10001 | 0 | 10100 | 1011100 | 10100 | 101111 | 1010101 | 101100 |
Color Harmonies of #CDA511
Complementary color
Monochromatic Colors of #CDA511
Black with #CDA511
Text Example
Text Example
White with #CDA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA511; }
p { color: rgb(205,165,17); }
H1.HeaderClassName
{
color: #CDA511;
}
.AnyTagClassName
{
color: #CDA511;
}
</style>
background-color css
<style>
a { background-color: #CDA511; }
a { background-color: rgb(205,165,17); }
div.DivClassName
{
background-color: #CDA511;
}
.BgClassName
{
background-color: #CDA511;
}
</style>
border-color css
<style>
span { border-color: #CDA511; }
span { border-color: rgb(205,165,17); }
td.TdClassName
{
border-color: #CDA511;
}
.TagClassName
{
border-color: #CDA511;
}
</style>