Shades of Galliano #CDA61D
Tints of Galliano #CDA61D
RGB
CMYK
RGB Variations
Color information
#CDA61D (or 0xCDA61D) is known color: Galliano. HEX triplet: CD, A6 and 1D. RGB value is (205,166,29). Sum of RGB (Red+Green+Blue) = 205+166+29=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA61D is #3259E2. Grayscale: #A2A2A2. Windows color (decimal): -3299811 or 1943245. OLE color: 1943245.
HSL color Cylindrical-coordinate representation of color #CDA61D: hue angle of 46.7º degrees, saturation: 0.75, 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 #CDA61D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.20 |
| HSL | 46.7º | 0.75% | 0.46% | - |
| HSV(B) | 46.7º | 0.86% | 0.8% | - |
| XYZ | 39.03 | 40.34 | 6.89 | - |
| YUV | 162.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 29 | 0 | 0.19 | 0.86 | 0.20 | 46.7 | 0.75 | 0.46 |
| Hex | CD | A6 | 1D | 0 | 13 | 56 | 14 | 2F | 4B | 2E |
| Octal | 315 | 246 | 35 | 0 | 23 | 126 | 24 | 57 | 113 | 56 |
| Binary | 11001101 | 10100110 | 11101 | 0 | 10011 | 1010110 | 10100 | 101111 | 1001011 | 101110 |
Color Harmonies of #CDA61D
Complementary color
Monochromatic Colors of #CDA61D
Black with #CDA61D
Text Example
Text Example
White with #CDA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA61D; }
p { color: rgb(205,166,29); }
H1.HeaderClassName
{
color: #CDA61D;
}
.AnyTagClassName
{
color: #CDA61D;
}
</style>
background-color css
<style>
a { background-color: #CDA61D; }
a { background-color: rgb(205,166,29); }
div.DivClassName
{
background-color: #CDA61D;
}
.BgClassName
{
background-color: #CDA61D;
}
</style>
border-color css
<style>
span { border-color: #CDA61D; }
span { border-color: rgb(205,166,29); }
td.TdClassName
{
border-color: #CDA61D;
}
.TagClassName
{
border-color: #CDA61D;
}
</style>