Shades of Galliano #CDA214
Tints of Galliano #CDA214
RGB
CMYK
RGB Variations
Color information
#CDA214 (or 0xCDA214) is known color: Galliano. HEX triplet: CD, A2 and 14. RGB value is (205,162,20). Sum of RGB (Red+Green+Blue) = 205+162+20=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA214 is #325DEB. Grayscale: #9F9F9F. Windows color (decimal): -3300844 or 1352397. OLE color: 1352397.
HSL color Cylindrical-coordinate representation of color #CDA214: hue angle of 46.05º 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 #CDA214 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 20 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.20 |
| HSL | 46.05º | 0.82% | 0.44% | - |
| HSV(B) | 46.05º | 0.9% | 0.8% | - |
| XYZ | 38.22 | 38.87 | 6.15 | - |
| YUV | 158.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 20 | 0 | 0.21 | 0.90 | 0.20 | 46.05 | 0.82 | 0.44 |
| Hex | CD | A2 | 14 | 0 | 15 | 5A | 14 | 2E | 52 | 2C |
| Octal | 315 | 242 | 24 | 0 | 25 | 132 | 24 | 56 | 122 | 54 |
| Binary | 11001101 | 10100010 | 10100 | 0 | 10101 | 1011010 | 10100 | 101110 | 1010010 | 101100 |
Color Harmonies of #CDA214
Complementary color
Monochromatic Colors of #CDA214
Black with #CDA214
Text Example
Text Example
White with #CDA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA214; }
p { color: rgb(205,162,20); }
H1.HeaderClassName
{
color: #CDA214;
}
.AnyTagClassName
{
color: #CDA214;
}
</style>
background-color css
<style>
a { background-color: #CDA214; }
a { background-color: rgb(205,162,20); }
div.DivClassName
{
background-color: #CDA214;
}
.BgClassName
{
background-color: #CDA214;
}
</style>
border-color css
<style>
span { border-color: #CDA214; }
span { border-color: rgb(205,162,20); }
td.TdClassName
{
border-color: #CDA214;
}
.TagClassName
{
border-color: #CDA214;
}
</style>