Shades of Galliano #CDA90C
Tints of Galliano #CDA90C
RGB
CMYK
RGB Variations
Color information
#CDA90C (or 0xCDA90C) is known color: Galliano. HEX triplet: CD, A9 and 0C. RGB value is (205,169,12). Sum of RGB (Red+Green+Blue) = 205+169+12=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA90C is #3256F3. Grayscale: #A2A2A2. Windows color (decimal): -3299060 or 829901. OLE color: 829901.
HSL color Cylindrical-coordinate representation of color #CDA90C: hue angle of 48.81º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA90C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.20 |
| HSL | 48.81º | 0.89% | 0.43% | - |
| HSV(B) | 48.81º | 0.94% | 0.8% | - |
| XYZ | 39.43 | 41.38 | 6.26 | - |
| YUV | 161.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 12 | 0 | 0.18 | 0.94 | 0.20 | 48.81 | 0.89 | 0.43 |
| Hex | CD | A9 | C | 0 | 12 | 5E | 14 | 31 | 59 | 2B |
| Octal | 315 | 251 | 14 | 0 | 22 | 136 | 24 | 61 | 131 | 53 |
| Binary | 11001101 | 10101001 | 1100 | 0 | 10010 | 1011110 | 10100 | 110001 | 1011001 | 101011 |
Color Harmonies of #CDA90C
Complementary color
Monochromatic Colors of #CDA90C
Black with #CDA90C
Text Example
Text Example
White with #CDA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA90C; }
p { color: rgb(205,169,12); }
H1.HeaderClassName
{
color: #CDA90C;
}
.AnyTagClassName
{
color: #CDA90C;
}
</style>
background-color css
<style>
a { background-color: #CDA90C; }
a { background-color: rgb(205,169,12); }
div.DivClassName
{
background-color: #CDA90C;
}
.BgClassName
{
background-color: #CDA90C;
}
</style>
border-color css
<style>
span { border-color: #CDA90C; }
span { border-color: rgb(205,169,12); }
td.TdClassName
{
border-color: #CDA90C;
}
.TagClassName
{
border-color: #CDA90C;
}
</style>