Shades of Galliano #CDAC20
Tints of Galliano #CDAC20
RGB
CMYK
RGB Variations
Color information
#CDAC20 (or 0xCDAC20) is known color: Galliano. HEX triplet: CD, AC and 20. RGB value is (205,172,32). Sum of RGB (Red+Green+Blue) = 205+172+32=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAC20 is #3253DF. Grayscale: #A6A6A6. Windows color (decimal): -3298272 or 2141389. OLE color: 2141389.
HSL color Cylindrical-coordinate representation of color #CDAC20: hue angle of 48.55º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDAC20 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 32 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.20 |
| HSL | 48.55º | 0.73% | 0.46% | - |
| HSV(B) | 48.55º | 0.84% | 0.8% | - |
| XYZ | 40.19 | 42.59 | 7.47 | - |
| YUV | 165.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 32 | 0 | 0.16 | 0.84 | 0.20 | 48.55 | 0.73 | 0.46 |
| Hex | CD | AC | 20 | 0 | 10 | 54 | 14 | 31 | 49 | 2E |
| Octal | 315 | 254 | 40 | 0 | 20 | 124 | 24 | 61 | 111 | 56 |
| Binary | 11001101 | 10101100 | 100000 | 0 | 10000 | 1010100 | 10100 | 110001 | 1001001 | 101110 |
Color Harmonies of #CDAC20
Complementary color
Monochromatic Colors of #CDAC20
Black with #CDAC20
Text Example
Text Example
White with #CDAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC20; }
p { color: rgb(205,172,32); }
H1.HeaderClassName
{
color: #CDAC20;
}
.AnyTagClassName
{
color: #CDAC20;
}
</style>
background-color css
<style>
a { background-color: #CDAC20; }
a { background-color: rgb(205,172,32); }
div.DivClassName
{
background-color: #CDAC20;
}
.BgClassName
{
background-color: #CDAC20;
}
</style>
border-color css
<style>
span { border-color: #CDAC20; }
span { border-color: rgb(205,172,32); }
td.TdClassName
{
border-color: #CDAC20;
}
.TagClassName
{
border-color: #CDAC20;
}
</style>