Shades of Galliano #CDA71D
Tints of Galliano #CDA71D
RGB
CMYK
RGB Variations
Color information
#CDA71D (or 0xCDA71D) is known color: Galliano. HEX triplet: CD, A7 and 1D. RGB value is (205,167,29). Sum of RGB (Red+Green+Blue) = 205+167+29=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA71D is #3258E2. Grayscale: #A3A3A3. Windows color (decimal): -3299555 or 1943501. OLE color: 1943501.
HSL color Cylindrical-coordinate representation of color #CDA71D: hue angle of 47.05º 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 #CDA71D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.20 |
| HSL | 47.05º | 0.75% | 0.46% | - |
| HSV(B) | 47.05º | 0.86% | 0.8% | - |
| XYZ | 39.22 | 40.71 | 6.95 | - |
| YUV | 162.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 29 | 0 | 0.19 | 0.86 | 0.20 | 47.05 | 0.75 | 0.46 |
| Hex | CD | A7 | 1D | 0 | 13 | 56 | 14 | 2F | 4B | 2E |
| Octal | 315 | 247 | 35 | 0 | 23 | 126 | 24 | 57 | 113 | 56 |
| Binary | 11001101 | 10100111 | 11101 | 0 | 10011 | 1010110 | 10100 | 101111 | 1001011 | 101110 |
Color Harmonies of #CDA71D
Complementary color
Monochromatic Colors of #CDA71D
Black with #CDA71D
Text Example
Text Example
White with #CDA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA71D; }
p { color: rgb(205,167,29); }
H1.HeaderClassName
{
color: #CDA71D;
}
.AnyTagClassName
{
color: #CDA71D;
}
</style>
background-color css
<style>
a { background-color: #CDA71D; }
a { background-color: rgb(205,167,29); }
div.DivClassName
{
background-color: #CDA71D;
}
.BgClassName
{
background-color: #CDA71D;
}
</style>
border-color css
<style>
span { border-color: #CDA71D; }
span { border-color: rgb(205,167,29); }
td.TdClassName
{
border-color: #CDA71D;
}
.TagClassName
{
border-color: #CDA71D;
}
</style>