Shades of Galliano #CDA82A
Tints of Galliano #CDA82A
RGB
CMYK
RGB Variations
Color information
#CDA82A (or 0xCDA82A) is known color: Galliano. HEX triplet: CD, A8 and 2A. RGB value is (205,168,42). Sum of RGB (Red+Green+Blue) = 205+168+42=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA82A is #3257D5. Grayscale: #A5A5A5. Windows color (decimal): -3299286 or 2795725. OLE color: 2795725.
HSL color Cylindrical-coordinate representation of color #CDA82A: hue angle of 46.38º degrees, saturation: 0.66, 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 #CDA82A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.20 |
| HSL | 46.38º | 0.66% | 0.48% | - |
| HSV(B) | 46.38º | 0.8% | 0.8% | - |
| XYZ | 39.6 | 41.15 | 8.05 | - |
| YUV | 164.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 42 | 0 | 0.18 | 0.80 | 0.20 | 46.38 | 0.66 | 0.48 |
| Hex | CD | A8 | 2A | 0 | 12 | 50 | 14 | 2E | 42 | 30 |
| Octal | 315 | 250 | 52 | 0 | 22 | 120 | 24 | 56 | 102 | 60 |
| Binary | 11001101 | 10101000 | 101010 | 0 | 10010 | 1010000 | 10100 | 101110 | 1000010 | 110000 |
Color Harmonies of #CDA82A
Complementary color
Monochromatic Colors of #CDA82A
Black with #CDA82A
Text Example
Text Example
White with #CDA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA82A; }
p { color: rgb(205,168,42); }
H1.HeaderClassName
{
color: #CDA82A;
}
.AnyTagClassName
{
color: #CDA82A;
}
</style>
background-color css
<style>
a { background-color: #CDA82A; }
a { background-color: rgb(205,168,42); }
div.DivClassName
{
background-color: #CDA82A;
}
.BgClassName
{
background-color: #CDA82A;
}
</style>
border-color css
<style>
span { border-color: #CDA82A; }
span { border-color: rgb(205,168,42); }
td.TdClassName
{
border-color: #CDA82A;
}
.TagClassName
{
border-color: #CDA82A;
}
</style>