Shades of Galliano #CDA51D
Tints of Galliano #CDA51D
RGB
CMYK
RGB Variations
Color information
#CDA51D (or 0xCDA51D) is known color: Galliano. HEX triplet: CD, A5 and 1D. RGB value is (205,165,29). Sum of RGB (Red+Green+Blue) = 205+165+29=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA51D is #325AE2. Grayscale: #A2A2A2. Windows color (decimal): -3300067 or 1942989. OLE color: 1942989.
HSL color Cylindrical-coordinate representation of color #CDA51D: hue angle of 46.36º 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 #CDA51D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 29 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.20 |
| HSL | 46.36º | 0.75% | 0.46% | - |
| HSV(B) | 46.36º | 0.86% | 0.8% | - |
| XYZ | 38.85 | 39.98 | 6.83 | - |
| YUV | 161.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 29 | 0 | 0.20 | 0.86 | 0.20 | 46.36 | 0.75 | 0.46 |
| Hex | CD | A5 | 1D | 0 | 14 | 56 | 14 | 2E | 4B | 2E |
| Octal | 315 | 245 | 35 | 0 | 24 | 126 | 24 | 56 | 113 | 56 |
| Binary | 11001101 | 10100101 | 11101 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001011 | 101110 |
Color Harmonies of #CDA51D
Complementary color
Monochromatic Colors of #CDA51D
Black with #CDA51D
Text Example
Text Example
White with #CDA51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA51D; }
p { color: rgb(205,165,29); }
H1.HeaderClassName
{
color: #CDA51D;
}
.AnyTagClassName
{
color: #CDA51D;
}
</style>
background-color css
<style>
a { background-color: #CDA51D; }
a { background-color: rgb(205,165,29); }
div.DivClassName
{
background-color: #CDA51D;
}
.BgClassName
{
background-color: #CDA51D;
}
</style>
border-color css
<style>
span { border-color: #CDA51D; }
span { border-color: rgb(205,165,29); }
td.TdClassName
{
border-color: #CDA51D;
}
.TagClassName
{
border-color: #CDA51D;
}
</style>