Shades of Galliano #CDA62C
Tints of Galliano #CDA62C
RGB
CMYK
RGB Variations
Color information
#CDA62C (or 0xCDA62C) is known color: Galliano. HEX triplet: CD, A6 and 2C. RGB value is (205,166,44). Sum of RGB (Red+Green+Blue) = 205+166+44=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA62C is #3259D3. Grayscale: #A4A4A4. Windows color (decimal): -3299796 or 2926285. OLE color: 2926285.
HSL color Cylindrical-coordinate representation of color #CDA62C: hue angle of 45.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDA62C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 44 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.20 |
| HSL | 45.47º | 0.65% | 0.49% | - |
| HSV(B) | 45.47º | 0.79% | 0.8% | - |
| XYZ | 39.27 | 40.43 | 8.12 | - |
| YUV | 163.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 44 | 0 | 0.19 | 0.79 | 0.20 | 45.47 | 0.65 | 0.49 |
| Hex | CD | A6 | 2C | 0 | 13 | 4F | 14 | 2D | 41 | 31 |
| Octal | 315 | 246 | 54 | 0 | 23 | 117 | 24 | 55 | 101 | 61 |
| Binary | 11001101 | 10100110 | 101100 | 0 | 10011 | 1001111 | 10100 | 101101 | 1000001 | 110001 |
Color Harmonies of #CDA62C
Complementary color
Monochromatic Colors of #CDA62C
Black with #CDA62C
Text Example
Text Example
White with #CDA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA62C; }
p { color: rgb(205,166,44); }
H1.HeaderClassName
{
color: #CDA62C;
}
.AnyTagClassName
{
color: #CDA62C;
}
</style>
background-color css
<style>
a { background-color: #CDA62C; }
a { background-color: rgb(205,166,44); }
div.DivClassName
{
background-color: #CDA62C;
}
.BgClassName
{
background-color: #CDA62C;
}
</style>
border-color css
<style>
span { border-color: #CDA62C; }
span { border-color: rgb(205,166,44); }
td.TdClassName
{
border-color: #CDA62C;
}
.TagClassName
{
border-color: #CDA62C;
}
</style>