Shades of Galliano #CD9C2A
Tints of Galliano #CD9C2A
RGB
CMYK
RGB Variations
Color information
#CD9C2A (or 0xCD9C2A) is known color: Galliano. HEX triplet: CD, 9C and 2A. RGB value is (205,156,42). Sum of RGB (Red+Green+Blue) = 205+156+42=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C2A is #3263D5. Grayscale: #9E9E9E. Windows color (decimal): -3302358 or 2792653. OLE color: 2792653.
HSL color Cylindrical-coordinate representation of color #CD9C2A: hue angle of 41.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD9C2A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 42 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.20 |
| HSL | 41.96º | 0.66% | 0.48% | - |
| HSV(B) | 41.96º | 0.8% | 0.8% | - |
| XYZ | 37.48 | 36.92 | 7.34 | - |
| YUV | 157.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 42 | 0 | 0.24 | 0.80 | 0.20 | 41.96 | 0.66 | 0.48 |
| Hex | CD | 9C | 2A | 0 | 18 | 50 | 14 | 2A | 42 | 30 |
| Octal | 315 | 234 | 52 | 0 | 30 | 120 | 24 | 52 | 102 | 60 |
| Binary | 11001101 | 10011100 | 101010 | 0 | 11000 | 1010000 | 10100 | 101010 | 1000010 | 110000 |
Color Harmonies of #CD9C2A
Complementary color
Monochromatic Colors of #CD9C2A
Black with #CD9C2A
Text Example
Text Example
White with #CD9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C2A; }
p { color: rgb(205,156,42); }
H1.HeaderClassName
{
color: #CD9C2A;
}
.AnyTagClassName
{
color: #CD9C2A;
}
</style>
background-color css
<style>
a { background-color: #CD9C2A; }
a { background-color: rgb(205,156,42); }
div.DivClassName
{
background-color: #CD9C2A;
}
.BgClassName
{
background-color: #CD9C2A;
}
</style>
border-color css
<style>
span { border-color: #CD9C2A; }
span { border-color: rgb(205,156,42); }
td.TdClassName
{
border-color: #CD9C2A;
}
.TagClassName
{
border-color: #CD9C2A;
}
</style>