Shades of Galliano #CDA62A
Tints of Galliano #CDA62A
RGB
CMYK
RGB Variations
Color information
#CDA62A (or 0xCDA62A) is known color: Galliano. HEX triplet: CD, A6 and 2A. RGB value is (205,166,42). Sum of RGB (Red+Green+Blue) = 205+166+42=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62A is #3259D5. Grayscale: #A4A4A4. Windows color (decimal): -3299798 or 2795213. OLE color: 2795213.
HSL color Cylindrical-coordinate representation of color #CDA62A: hue angle of 45.64º 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 #CDA62A is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 42 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.20 |
| HSL | 45.64º | 0.66% | 0.48% | - |
| HSV(B) | 45.64º | 0.8% | 0.8% | - |
| XYZ | 39.23 | 40.42 | 7.92 | - |
| YUV | 163.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 42 | 0 | 0.19 | 0.80 | 0.20 | 45.64 | 0.66 | 0.48 |
| Hex | CD | A6 | 2A | 0 | 13 | 50 | 14 | 2E | 42 | 30 |
| Octal | 315 | 246 | 52 | 0 | 23 | 120 | 24 | 56 | 102 | 60 |
| Binary | 11001101 | 10100110 | 101010 | 0 | 10011 | 1010000 | 10100 | 101110 | 1000010 | 110000 |
Color Harmonies of #CDA62A
Complementary color
Monochromatic Colors of #CDA62A
Black with #CDA62A
Text Example
Text Example
White with #CDA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA62A; }
p { color: rgb(205,166,42); }
H1.HeaderClassName
{
color: #CDA62A;
}
.AnyTagClassName
{
color: #CDA62A;
}
</style>
background-color css
<style>
a { background-color: #CDA62A; }
a { background-color: rgb(205,166,42); }
div.DivClassName
{
background-color: #CDA62A;
}
.BgClassName
{
background-color: #CDA62A;
}
</style>
border-color css
<style>
span { border-color: #CDA62A; }
span { border-color: rgb(205,166,42); }
td.TdClassName
{
border-color: #CDA62A;
}
.TagClassName
{
border-color: #CDA62A;
}
</style>