Shades of Galliano #CDA314
Tints of Galliano #CDA314
RGB
CMYK
RGB Variations
Color information
#CDA314 (or 0xCDA314) is known color: Galliano. HEX triplet: CD, A3 and 14. RGB value is (205,163,20). Sum of RGB (Red+Green+Blue) = 205+163+20=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA314 is #325CEB. Grayscale: #9F9F9F. Windows color (decimal): -3300588 or 1352653. OLE color: 1352653.
HSL color Cylindrical-coordinate representation of color #CDA314: hue angle of 46.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA314 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.20 |
| HSL | 46.38º | 0.82% | 0.44% | - |
| HSV(B) | 46.38º | 0.9% | 0.8% | - |
| XYZ | 38.4 | 39.22 | 6.21 | - |
| YUV | 159.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 20 | 0 | 0.20 | 0.90 | 0.20 | 46.38 | 0.82 | 0.44 |
| Hex | CD | A3 | 14 | 0 | 14 | 5A | 14 | 2E | 52 | 2C |
| Octal | 315 | 243 | 24 | 0 | 24 | 132 | 24 | 56 | 122 | 54 |
| Binary | 11001101 | 10100011 | 10100 | 0 | 10100 | 1011010 | 10100 | 101110 | 1010010 | 101100 |
Color Harmonies of #CDA314
Complementary color
Monochromatic Colors of #CDA314
Black with #CDA314
Text Example
Text Example
White with #CDA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA314; }
p { color: rgb(205,163,20); }
H1.HeaderClassName
{
color: #CDA314;
}
.AnyTagClassName
{
color: #CDA314;
}
</style>
background-color css
<style>
a { background-color: #CDA314; }
a { background-color: rgb(205,163,20); }
div.DivClassName
{
background-color: #CDA314;
}
.BgClassName
{
background-color: #CDA314;
}
</style>
border-color css
<style>
span { border-color: #CDA314; }
span { border-color: rgb(205,163,20); }
td.TdClassName
{
border-color: #CDA314;
}
.TagClassName
{
border-color: #CDA314;
}
</style>