Shades of Galliano #D69E1C
Tints of Galliano #D69E1C
RGB
CMYK
RGB Variations
Color information
#D69E1C (or 0xD69E1C) is known color: Galliano. HEX triplet: D6, 9E and 1C. RGB value is (214,158,28). Sum of RGB (Red+Green+Blue) = 214+158+28=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69E1C is #2961E3. Grayscale: #A0A0A0. Windows color (decimal): -2712036 or 1875670. OLE color: 1875670.
HSL color Cylindrical-coordinate representation of color #D69E1C: hue angle of 41.94º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D69E1C is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 28 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.16 |
| HSL | 41.94º | 0.77% | 0.47% | - |
| HSV(B) | 41.94º | 0.87% | 0.84% | - |
| XYZ | 40.17 | 38.83 | 6.48 | - |
| YUV | 159.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 28 | 0 | 0.26 | 0.87 | 0.16 | 41.94 | 0.77 | 0.47 |
| Hex | D6 | 9E | 1C | 0 | 1A | 57 | 10 | 2A | 4D | 2F |
| Octal | 326 | 236 | 34 | 0 | 32 | 127 | 20 | 52 | 115 | 57 |
| Binary | 11010110 | 10011110 | 11100 | 0 | 11010 | 1010111 | 10000 | 101010 | 1001101 | 101111 |
Color Harmonies of #D69E1C
Complementary color
Monochromatic Colors of #D69E1C
Black with #D69E1C
Text Example
Text Example
White with #D69E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69E1C; }
p { color: rgb(214,158,28); }
H1.HeaderClassName
{
color: #D69E1C;
}
.AnyTagClassName
{
color: #D69E1C;
}
</style>
background-color css
<style>
a { background-color: #D69E1C; }
a { background-color: rgb(214,158,28); }
div.DivClassName
{
background-color: #D69E1C;
}
.BgClassName
{
background-color: #D69E1C;
}
</style>
border-color css
<style>
span { border-color: #D69E1C; }
span { border-color: rgb(214,158,28); }
td.TdClassName
{
border-color: #D69E1C;
}
.TagClassName
{
border-color: #D69E1C;
}
</style>