Shades of Galliano #CDAC29
Tints of Galliano #CDAC29
RGB
CMYK
RGB Variations
Color information
#CDAC29 (or 0xCDAC29) is known color: Galliano. HEX triplet: CD, AC and 29. RGB value is (205,172,41). Sum of RGB (Red+Green+Blue) = 205+172+41=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC29 is #3253D6. Grayscale: #A7A7A7. Windows color (decimal): -3298263 or 2731213. OLE color: 2731213.
HSL color Cylindrical-coordinate representation of color #CDAC29: hue angle of 47.93º 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 #CDAC29 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 41 | - |
| CMYK | 0 | 0.16 | 0.8 | 0.20 |
| HSL | 47.93º | 0.67% | 0.48% | - |
| HSV(B) | 47.93º | 0.8% | 0.8% | - |
| XYZ | 40.33 | 42.64 | 8.2 | - |
| YUV | 166.93 | 56.93 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 41 | 0 | 0.16 | 0.8 | 0.20 | 47.93 | 0.67 | 0.48 |
| Hex | CD | AC | 29 | 0 | 10 | 50 | 14 | 30 | 43 | 30 |
| Octal | 315 | 254 | 51 | 0 | 20 | 120 | 24 | 60 | 103 | 60 |
| Binary | 11001101 | 10101100 | 101001 | 0 | 10000 | 1010000 | 10100 | 110000 | 1000011 | 110000 |
Color Harmonies of #CDAC29
Complementary color
Monochromatic Colors of #CDAC29
Black with #CDAC29
Text Example
Text Example
White with #CDAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC29; }
p { color: rgb(205,172,41); }
H1.HeaderClassName
{
color: #CDAC29;
}
.AnyTagClassName
{
color: #CDAC29;
}
</style>
background-color css
<style>
a { background-color: #CDAC29; }
a { background-color: rgb(205,172,41); }
div.DivClassName
{
background-color: #CDAC29;
}
.BgClassName
{
background-color: #CDAC29;
}
</style>
border-color css
<style>
span { border-color: #CDAC29; }
span { border-color: rgb(205,172,41); }
td.TdClassName
{
border-color: #CDAC29;
}
.TagClassName
{
border-color: #CDAC29;
}
</style>