Shades of Galliano #CDA01C
Tints of Galliano #CDA01C
RGB
CMYK
RGB Variations
Color information
#CDA01C (or 0xCDA01C) is known color: Galliano. HEX triplet: CD, A0 and 1C. RGB value is (205,160,28). Sum of RGB (Red+Green+Blue) = 205+160+28=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA01C is #325FE3. Grayscale: #9E9E9E. Windows color (decimal): -3301348 or 1876173. OLE color: 1876173.
HSL color Cylindrical-coordinate representation of color #CDA01C: hue angle of 44.75º 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 #CDA01C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 28 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.20 |
| HSL | 44.75º | 0.76% | 0.46% | - |
| HSV(B) | 44.75º | 0.86% | 0.8% | - |
| XYZ | 37.96 | 38.2 | 6.47 | - |
| YUV | 158.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 28 | 0 | 0.22 | 0.86 | 0.20 | 44.75 | 0.76 | 0.46 |
| Hex | CD | A0 | 1C | 0 | 16 | 56 | 14 | 2D | 4C | 2E |
| Octal | 315 | 240 | 34 | 0 | 26 | 126 | 24 | 55 | 114 | 56 |
| Binary | 11001101 | 10100000 | 11100 | 0 | 10110 | 1010110 | 10100 | 101101 | 1001100 | 101110 |
Color Harmonies of #CDA01C
Complementary color
Monochromatic Colors of #CDA01C
Black with #CDA01C
Text Example
Text Example
White with #CDA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA01C; }
p { color: rgb(205,160,28); }
H1.HeaderClassName
{
color: #CDA01C;
}
.AnyTagClassName
{
color: #CDA01C;
}
</style>
background-color css
<style>
a { background-color: #CDA01C; }
a { background-color: rgb(205,160,28); }
div.DivClassName
{
background-color: #CDA01C;
}
.BgClassName
{
background-color: #CDA01C;
}
</style>
border-color css
<style>
span { border-color: #CDA01C; }
span { border-color: rgb(205,160,28); }
td.TdClassName
{
border-color: #CDA01C;
}
.TagClassName
{
border-color: #CDA01C;
}
</style>