Shades of Galliano #CDAA0C
Tints of Galliano #CDAA0C
RGB
CMYK
RGB Variations
Color information
#CDAA0C (or 0xCDAA0C) is known color: Galliano. HEX triplet: CD, AA and 0C. RGB value is (205,170,12). Sum of RGB (Red+Green+Blue) = 205+170+12=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAA0C is #3255F3. Grayscale: #A3A3A3. Windows color (decimal): -3298804 or 830157. OLE color: 830157.
HSL color Cylindrical-coordinate representation of color #CDAA0C: hue angle of 49.12º 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 #CDAA0C is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 12 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.20 |
| HSL | 49.12º | 0.89% | 0.43% | - |
| HSV(B) | 49.12º | 0.94% | 0.8% | - |
| XYZ | 39.62 | 41.76 | 6.32 | - |
| YUV | 162.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 12 | 0 | 0.17 | 0.94 | 0.20 | 49.12 | 0.89 | 0.43 |
| Hex | CD | AA | C | 0 | 11 | 5E | 14 | 31 | 59 | 2B |
| Octal | 315 | 252 | 14 | 0 | 21 | 136 | 24 | 61 | 131 | 53 |
| Binary | 11001101 | 10101010 | 1100 | 0 | 10001 | 1011110 | 10100 | 110001 | 1011001 | 101011 |
Color Harmonies of #CDAA0C
Complementary color
Monochromatic Colors of #CDAA0C
Black with #CDAA0C
Text Example
Text Example
White with #CDAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA0C; }
p { color: rgb(205,170,12); }
H1.HeaderClassName
{
color: #CDAA0C;
}
.AnyTagClassName
{
color: #CDAA0C;
}
</style>
background-color css
<style>
a { background-color: #CDAA0C; }
a { background-color: rgb(205,170,12); }
div.DivClassName
{
background-color: #CDAA0C;
}
.BgClassName
{
background-color: #CDAA0C;
}
</style>
border-color css
<style>
span { border-color: #CDAA0C; }
span { border-color: rgb(205,170,12); }
td.TdClassName
{
border-color: #CDAA0C;
}
.TagClassName
{
border-color: #CDAA0C;
}
</style>