Shades of Galliano #CD9F2D
Tints of Galliano #CD9F2D
RGB
CMYK
RGB Variations
Color information
#CD9F2D (or 0xCD9F2D) is known color: Galliano. HEX triplet: CD, 9F and 2D. RGB value is (205,159,45). Sum of RGB (Red+Green+Blue) = 205+159+45=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9F2D is #3260D2. Grayscale: #A0A0A0. Windows color (decimal): -3301587 or 2990029. OLE color: 2990029.
HSL color Cylindrical-coordinate representation of color #CD9F2D: hue angle of 42.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD9F2D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 159 | 45 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.20 |
| HSL | 42.75º | 0.64% | 0.49% | - |
| HSV(B) | 42.75º | 0.78% | 0.8% | - |
| XYZ | 38.05 | 37.96 | 7.81 | - |
| YUV | 159.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 45 | 0 | 0.22 | 0.78 | 0.20 | 42.75 | 0.64 | 0.49 |
| Hex | CD | 9F | 2D | 0 | 16 | 4E | 14 | 2B | 40 | 31 |
| Octal | 315 | 237 | 55 | 0 | 26 | 116 | 24 | 53 | 100 | 61 |
| Binary | 11001101 | 10011111 | 101101 | 0 | 10110 | 1001110 | 10100 | 101011 | 1000000 | 110001 |
Color Harmonies of #CD9F2D
Complementary color
Monochromatic Colors of #CD9F2D
Black with #CD9F2D
Text Example
Text Example
White with #CD9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9F2D; }
p { color: rgb(205,159,45); }
H1.HeaderClassName
{
color: #CD9F2D;
}
.AnyTagClassName
{
color: #CD9F2D;
}
</style>
background-color css
<style>
a { background-color: #CD9F2D; }
a { background-color: rgb(205,159,45); }
div.DivClassName
{
background-color: #CD9F2D;
}
.BgClassName
{
background-color: #CD9F2D;
}
</style>
border-color css
<style>
span { border-color: #CD9F2D; }
span { border-color: rgb(205,159,45); }
td.TdClassName
{
border-color: #CD9F2D;
}
.TagClassName
{
border-color: #CD9F2D;
}
</style>