Shades of Galliano #CDA412
Tints of Galliano #CDA412
RGB
CMYK
RGB Variations
Color information
#CDA412 (or 0xCDA412) is known color: Galliano. HEX triplet: CD, A4 and 12. RGB value is (205,164,18). Sum of RGB (Red+Green+Blue) = 205+164+18=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA412 is #325BED. Grayscale: #A0A0A0. Windows color (decimal): -3300334 or 1221837. OLE color: 1221837.
HSL color Cylindrical-coordinate representation of color #CDA412: hue angle of 46.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDA412 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 18 | - |
| CMYK | 0 | 0.2 | 0.91 | 0.20 |
| HSL | 46.84º | 0.84% | 0.44% | - |
| HSV(B) | 46.84º | 0.91% | 0.8% | - |
| XYZ | 38.56 | 39.57 | 6.18 | - |
| YUV | 159.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 18 | 0 | 0.2 | 0.91 | 0.20 | 46.84 | 0.84 | 0.44 |
| Hex | CD | A4 | 12 | 0 | 14 | 5B | 14 | 2F | 54 | 2C |
| Octal | 315 | 244 | 22 | 0 | 24 | 133 | 24 | 57 | 124 | 54 |
| Binary | 11001101 | 10100100 | 10010 | 0 | 10100 | 1011011 | 10100 | 101111 | 1010100 | 101100 |
Color Harmonies of #CDA412
Complementary color
Monochromatic Colors of #CDA412
Black with #CDA412
Text Example
Text Example
White with #CDA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA412; }
p { color: rgb(205,164,18); }
H1.HeaderClassName
{
color: #CDA412;
}
.AnyTagClassName
{
color: #CDA412;
}
</style>
background-color css
<style>
a { background-color: #CDA412; }
a { background-color: rgb(205,164,18); }
div.DivClassName
{
background-color: #CDA412;
}
.BgClassName
{
background-color: #CDA412;
}
</style>
border-color css
<style>
span { border-color: #CDA412; }
span { border-color: rgb(205,164,18); }
td.TdClassName
{
border-color: #CDA412;
}
.TagClassName
{
border-color: #CDA412;
}
</style>