Shades of Galliano #CDA819
Tints of Galliano #CDA819
RGB
CMYK
RGB Variations
Color information
#CDA819 (or 0xCDA819) is known color: Galliano. HEX triplet: CD, A8 and 19. RGB value is (205,168,25). Sum of RGB (Red+Green+Blue) = 205+168+25=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA819 is #3257E6. Grayscale: #A3A3A3. Windows color (decimal): -3299303 or 1681613. OLE color: 1681613.
HSL color Cylindrical-coordinate representation of color #CDA819: hue angle of 47.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDA819 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 25 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.20 |
| HSL | 47.67º | 0.78% | 0.45% | - |
| HSV(B) | 47.67º | 0.88% | 0.8% | - |
| XYZ | 39.35 | 41.05 | 6.77 | - |
| YUV | 162.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 25 | 0 | 0.18 | 0.88 | 0.20 | 47.67 | 0.78 | 0.45 |
| Hex | CD | A8 | 19 | 0 | 12 | 58 | 14 | 30 | 4E | 2D |
| Octal | 315 | 250 | 31 | 0 | 22 | 130 | 24 | 60 | 116 | 55 |
| Binary | 11001101 | 10101000 | 11001 | 0 | 10010 | 1011000 | 10100 | 110000 | 1001110 | 101101 |
Color Harmonies of #CDA819
Complementary color
Monochromatic Colors of #CDA819
Black with #CDA819
Text Example
Text Example
White with #CDA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA819; }
p { color: rgb(205,168,25); }
H1.HeaderClassName
{
color: #CDA819;
}
.AnyTagClassName
{
color: #CDA819;
}
</style>
background-color css
<style>
a { background-color: #CDA819; }
a { background-color: rgb(205,168,25); }
div.DivClassName
{
background-color: #CDA819;
}
.BgClassName
{
background-color: #CDA819;
}
</style>
border-color css
<style>
span { border-color: #CDA819; }
span { border-color: rgb(205,168,25); }
td.TdClassName
{
border-color: #CDA819;
}
.TagClassName
{
border-color: #CDA819;
}
</style>