Shades of Galliano #CDAC11
Tints of Galliano #CDAC11
RGB
CMYK
RGB Variations
Color information
#CDAC11 (or 0xCDAC11) is known color: Galliano. HEX triplet: CD, AC and 11. RGB value is (205,172,17). Sum of RGB (Red+Green+Blue) = 205+172+17=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAC11 is #3253EE. Grayscale: #A4A4A4. Windows color (decimal): -3298287 or 1158349. OLE color: 1158349.
HSL color Cylindrical-coordinate representation of color #CDAC11: hue angle of 49.47º 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 #CDAC11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.20 |
| HSL | 49.47º | 0.85% | 0.44% | - |
| HSV(B) | 49.47º | 0.92% | 0.8% | - |
| XYZ | 40.03 | 42.52 | 6.63 | - |
| YUV | 164.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 17 | 0 | 0.16 | 0.92 | 0.20 | 49.47 | 0.85 | 0.44 |
| Hex | CD | AC | 11 | 0 | 10 | 5C | 14 | 31 | 55 | 2C |
| Octal | 315 | 254 | 21 | 0 | 20 | 134 | 24 | 61 | 125 | 54 |
| Binary | 11001101 | 10101100 | 10001 | 0 | 10000 | 1011100 | 10100 | 110001 | 1010101 | 101100 |
Color Harmonies of #CDAC11
Complementary color
Monochromatic Colors of #CDAC11
Black with #CDAC11
Text Example
Text Example
White with #CDAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC11; }
p { color: rgb(205,172,17); }
H1.HeaderClassName
{
color: #CDAC11;
}
.AnyTagClassName
{
color: #CDAC11;
}
</style>
background-color css
<style>
a { background-color: #CDAC11; }
a { background-color: rgb(205,172,17); }
div.DivClassName
{
background-color: #CDAC11;
}
.BgClassName
{
background-color: #CDAC11;
}
</style>
border-color css
<style>
span { border-color: #CDAC11; }
span { border-color: rgb(205,172,17); }
td.TdClassName
{
border-color: #CDAC11;
}
.TagClassName
{
border-color: #CDAC11;
}
</style>