Shades of Galliano #CDA51C
Tints of Galliano #CDA51C
RGB
CMYK
RGB Variations
Color information
#CDA51C (or 0xCDA51C) is known color: Galliano. HEX triplet: CD, A5 and 1C. RGB value is (205,165,28). Sum of RGB (Red+Green+Blue) = 205+165+28=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA51C is #325AE3. Grayscale: #A1A1A1. Windows color (decimal): -3300068 or 1877453. OLE color: 1877453.
HSL color Cylindrical-coordinate representation of color #CDA51C: hue angle of 46.44º degrees, saturation: 0.76, 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 #CDA51C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.20 |
| HSL | 46.44º | 0.76% | 0.46% | - |
| HSV(B) | 46.44º | 0.86% | 0.8% | - |
| XYZ | 38.84 | 39.97 | 6.77 | - |
| YUV | 161.34 | 52.75 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 28 | 0 | 0.20 | 0.86 | 0.20 | 46.44 | 0.76 | 0.46 |
| Hex | CD | A5 | 1C | 0 | 14 | 56 | 14 | 2E | 4C | 2E |
| Octal | 315 | 245 | 34 | 0 | 24 | 126 | 24 | 56 | 114 | 56 |
| Binary | 11001101 | 10100101 | 11100 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001100 | 101110 |
Color Harmonies of #CDA51C
Complementary color
Monochromatic Colors of #CDA51C
Black with #CDA51C
Text Example
Text Example
White with #CDA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA51C; }
p { color: rgb(205,165,28); }
H1.HeaderClassName
{
color: #CDA51C;
}
.AnyTagClassName
{
color: #CDA51C;
}
</style>
background-color css
<style>
a { background-color: #CDA51C; }
a { background-color: rgb(205,165,28); }
div.DivClassName
{
background-color: #CDA51C;
}
.BgClassName
{
background-color: #CDA51C;
}
</style>
border-color css
<style>
span { border-color: #CDA51C; }
span { border-color: rgb(205,165,28); }
td.TdClassName
{
border-color: #CDA51C;
}
.TagClassName
{
border-color: #CDA51C;
}
</style>