Shades of Galliano #CDA91D
Tints of Galliano #CDA91D
RGB
CMYK
RGB Variations
Color information
#CDA91D (or 0xCDA91D) is known color: Galliano. HEX triplet: CD, A9 and 1D. RGB value is (205,169,29). Sum of RGB (Red+Green+Blue) = 205+169+29=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA91D is #3256E2. Grayscale: #A4A4A4. Windows color (decimal): -3299043 or 1944013. OLE color: 1944013.
HSL color Cylindrical-coordinate representation of color #CDA91D: hue angle of 47.73º 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 #CDA91D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.20 |
| HSL | 47.73º | 0.75% | 0.46% | - |
| HSV(B) | 47.73º | 0.86% | 0.8% | - |
| XYZ | 39.59 | 41.44 | 7.08 | - |
| YUV | 163.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 29 | 0 | 0.18 | 0.86 | 0.20 | 47.73 | 0.75 | 0.46 |
| Hex | CD | A9 | 1D | 0 | 12 | 56 | 14 | 30 | 4B | 2E |
| Octal | 315 | 251 | 35 | 0 | 22 | 126 | 24 | 60 | 113 | 56 |
| Binary | 11001101 | 10101001 | 11101 | 0 | 10010 | 1010110 | 10100 | 110000 | 1001011 | 101110 |
Color Harmonies of #CDA91D
Complementary color
Monochromatic Colors of #CDA91D
Black with #CDA91D
Text Example
Text Example
White with #CDA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA91D; }
p { color: rgb(205,169,29); }
H1.HeaderClassName
{
color: #CDA91D;
}
.AnyTagClassName
{
color: #CDA91D;
}
</style>
background-color css
<style>
a { background-color: #CDA91D; }
a { background-color: rgb(205,169,29); }
div.DivClassName
{
background-color: #CDA91D;
}
.BgClassName
{
background-color: #CDA91D;
}
</style>
border-color css
<style>
span { border-color: #CDA91D; }
span { border-color: rgb(205,169,29); }
td.TdClassName
{
border-color: #CDA91D;
}
.TagClassName
{
border-color: #CDA91D;
}
</style>