Shades of Galliano #CD9A20
Tints of Galliano #CD9A20
RGB
CMYK
RGB Variations
Color information
#CD9A20 (or 0xCD9A20) is known color: Galliano. HEX triplet: CD, 9A and 20. RGB value is (205,154,32). Sum of RGB (Red+Green+Blue) = 205+154+32=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A20 is #3265DF. Grayscale: #9B9B9B. Windows color (decimal): -3302880 or 2136781. OLE color: 2136781.
HSL color Cylindrical-coordinate representation of color #CD9A20: hue angle of 42.31º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD9A20 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.20 |
| HSL | 42.31º | 0.73% | 0.46% | - |
| HSV(B) | 42.31º | 0.84% | 0.8% | - |
| XYZ | 36.99 | 36.19 | 6.4 | - |
| YUV | 155.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 32 | 0 | 0.25 | 0.84 | 0.20 | 42.31 | 0.73 | 0.46 |
| Hex | CD | 9A | 20 | 0 | 19 | 54 | 14 | 2A | 49 | 2E |
| Octal | 315 | 232 | 40 | 0 | 31 | 124 | 24 | 52 | 111 | 56 |
| Binary | 11001101 | 10011010 | 100000 | 0 | 11001 | 1010100 | 10100 | 101010 | 1001001 | 101110 |
Color Harmonies of #CD9A20
Complementary color
Monochromatic Colors of #CD9A20
Black with #CD9A20
Text Example
Text Example
White with #CD9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A20; }
p { color: rgb(205,154,32); }
H1.HeaderClassName
{
color: #CD9A20;
}
.AnyTagClassName
{
color: #CD9A20;
}
</style>
background-color css
<style>
a { background-color: #CD9A20; }
a { background-color: rgb(205,154,32); }
div.DivClassName
{
background-color: #CD9A20;
}
.BgClassName
{
background-color: #CD9A20;
}
</style>
border-color css
<style>
span { border-color: #CD9A20; }
span { border-color: rgb(205,154,32); }
td.TdClassName
{
border-color: #CD9A20;
}
.TagClassName
{
border-color: #CD9A20;
}
</style>