Shades of Galliano #CDA02E
Tints of Galliano #CDA02E
RGB
CMYK
RGB Variations
Color information
#CDA02E (or 0xCDA02E) is known color: Galliano. HEX triplet: CD, A0 and 2E. RGB value is (205,160,46). Sum of RGB (Red+Green+Blue) = 205+160+46=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA02E is #325FD1. Grayscale: #A0A0A0. Windows color (decimal): -3301330 or 3055821. OLE color: 3055821.
HSL color Cylindrical-coordinate representation of color #CDA02E: hue angle of 43.02º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA02E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 46 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.20 |
| HSL | 43.02º | 0.63% | 0.49% | - |
| HSV(B) | 43.02º | 0.78% | 0.8% | - |
| XYZ | 38.24 | 38.32 | 7.97 | - |
| YUV | 160.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 46 | 0 | 0.22 | 0.78 | 0.20 | 43.02 | 0.63 | 0.49 |
| Hex | CD | A0 | 2E | 0 | 16 | 4E | 14 | 2B | 3F | 31 |
| Octal | 315 | 240 | 56 | 0 | 26 | 116 | 24 | 53 | 77 | 61 |
| Binary | 11001101 | 10100000 | 101110 | 0 | 10110 | 1001110 | 10100 | 101011 | 111111 | 110001 |
Color Harmonies of #CDA02E
Complementary color
Monochromatic Colors of #CDA02E
Black with #CDA02E
Text Example
Text Example
White with #CDA02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA02E; }
p { color: rgb(205,160,46); }
H1.HeaderClassName
{
color: #CDA02E;
}
.AnyTagClassName
{
color: #CDA02E;
}
</style>
background-color css
<style>
a { background-color: #CDA02E; }
a { background-color: rgb(205,160,46); }
div.DivClassName
{
background-color: #CDA02E;
}
.BgClassName
{
background-color: #CDA02E;
}
</style>
border-color css
<style>
span { border-color: #CDA02E; }
span { border-color: rgb(205,160,46); }
td.TdClassName
{
border-color: #CDA02E;
}
.TagClassName
{
border-color: #CDA02E;
}
</style>