Shades of Galliano #CD9A1F
Tints of Galliano #CD9A1F
RGB
CMYK
RGB Variations
Color information
#CD9A1F (or 0xCD9A1F) is known color: Galliano. HEX triplet: CD, 9A and 1F. RGB value is (205,154,31). Sum of RGB (Red+Green+Blue) = 205+154+31=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A1F is #3265E0. Grayscale: #9B9B9B. Windows color (decimal): -3302881 or 2071245. OLE color: 2071245.
HSL color Cylindrical-coordinate representation of color #CD9A1F: hue angle of 42.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD9A1F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.20 |
| HSL | 42.41º | 0.74% | 0.46% | - |
| HSV(B) | 42.41º | 0.85% | 0.8% | - |
| XYZ | 36.98 | 36.19 | 6.33 | - |
| YUV | 155.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 31 | 0 | 0.25 | 0.85 | 0.20 | 42.41 | 0.74 | 0.46 |
| Hex | CD | 9A | 1F | 0 | 19 | 55 | 14 | 2A | 4A | 2E |
| Octal | 315 | 232 | 37 | 0 | 31 | 125 | 24 | 52 | 112 | 56 |
| Binary | 11001101 | 10011010 | 11111 | 0 | 11001 | 1010101 | 10100 | 101010 | 1001010 | 101110 |
Color Harmonies of #CD9A1F
Complementary color
Monochromatic Colors of #CD9A1F
Black with #CD9A1F
Text Example
Text Example
White with #CD9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A1F; }
p { color: rgb(205,154,31); }
H1.HeaderClassName
{
color: #CD9A1F;
}
.AnyTagClassName
{
color: #CD9A1F;
}
</style>
background-color css
<style>
a { background-color: #CD9A1F; }
a { background-color: rgb(205,154,31); }
div.DivClassName
{
background-color: #CD9A1F;
}
.BgClassName
{
background-color: #CD9A1F;
}
</style>
border-color css
<style>
span { border-color: #CD9A1F; }
span { border-color: rgb(205,154,31); }
td.TdClassName
{
border-color: #CD9A1F;
}
.TagClassName
{
border-color: #CD9A1F;
}
</style>