Shades of Galliano #CDA714
Tints of Galliano #CDA714
RGB
CMYK
RGB Variations
Color information
#CDA714 (or 0xCDA714) is known color: Galliano. HEX triplet: CD, A7 and 14. RGB value is (205,167,20). Sum of RGB (Red+Green+Blue) = 205+167+20=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA714 is #3258EB. Grayscale: #A2A2A2. Windows color (decimal): -3299564 or 1353677. OLE color: 1353677.
HSL color Cylindrical-coordinate representation of color #CDA714: hue angle of 47.68º 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 #CDA714 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 20 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.20 |
| HSL | 47.68º | 0.82% | 0.44% | - |
| HSV(B) | 47.68º | 0.9% | 0.8% | - |
| XYZ | 39.12 | 40.67 | 6.45 | - |
| YUV | 161.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 20 | 0 | 0.19 | 0.90 | 0.20 | 47.68 | 0.82 | 0.44 |
| Hex | CD | A7 | 14 | 0 | 13 | 5A | 14 | 30 | 52 | 2C |
| Octal | 315 | 247 | 24 | 0 | 23 | 132 | 24 | 60 | 122 | 54 |
| Binary | 11001101 | 10100111 | 10100 | 0 | 10011 | 1011010 | 10100 | 110000 | 1010010 | 101100 |
Color Harmonies of #CDA714
Complementary color
Monochromatic Colors of #CDA714
Black with #CDA714
Text Example
Text Example
White with #CDA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA714; }
p { color: rgb(205,167,20); }
H1.HeaderClassName
{
color: #CDA714;
}
.AnyTagClassName
{
color: #CDA714;
}
</style>
background-color css
<style>
a { background-color: #CDA714; }
a { background-color: rgb(205,167,20); }
div.DivClassName
{
background-color: #CDA714;
}
.BgClassName
{
background-color: #CDA714;
}
</style>
border-color css
<style>
span { border-color: #CDA714; }
span { border-color: rgb(205,167,20); }
td.TdClassName
{
border-color: #CDA714;
}
.TagClassName
{
border-color: #CDA714;
}
</style>