Shades of Galliano #D09A1C
Tints of Galliano #D09A1C
RGB
CMYK
RGB Variations
Color information
#D09A1C (or 0xD09A1C) is known color: Galliano. HEX triplet: D0, 9A and 1C. RGB value is (208,154,28). Sum of RGB (Red+Green+Blue) = 208+154+28=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A1C is #2F65E3. Grayscale: #9C9C9C. Windows color (decimal): -3106276 or 1874640. OLE color: 1874640.
HSL color Cylindrical-coordinate representation of color #D09A1C: hue angle of 42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D09A1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.18 |
| HSL | 42º | 0.76% | 0.46% | - |
| HSV(B) | 42º | 0.87% | 0.82% | - |
| XYZ | 37.78 | 36.6 | 6.17 | - |
| YUV | 155.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 28 | 0 | 0.26 | 0.87 | 0.18 | 42 | 0.76 | 0.46 |
| Hex | D0 | 9A | 1C | 0 | 1A | 57 | 12 | 2A | 4C | 2E |
| Octal | 320 | 232 | 34 | 0 | 32 | 127 | 22 | 52 | 114 | 56 |
| Binary | 11010000 | 10011010 | 11100 | 0 | 11010 | 1010111 | 10010 | 101010 | 1001100 | 101110 |
Color Harmonies of #D09A1C
Complementary color
Monochromatic Colors of #D09A1C
Black with #D09A1C
Text Example
Text Example
White with #D09A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A1C; }
p { color: rgb(208,154,28); }
H1.HeaderClassName
{
color: #D09A1C;
}
.AnyTagClassName
{
color: #D09A1C;
}
</style>
background-color css
<style>
a { background-color: #D09A1C; }
a { background-color: rgb(208,154,28); }
div.DivClassName
{
background-color: #D09A1C;
}
.BgClassName
{
background-color: #D09A1C;
}
</style>
border-color css
<style>
span { border-color: #D09A1C; }
span { border-color: rgb(208,154,28); }
td.TdClassName
{
border-color: #D09A1C;
}
.TagClassName
{
border-color: #D09A1C;
}
</style>