Shades of Galliano #D69D18
Tints of Galliano #D69D18
RGB
CMYK
RGB Variations
Color information
#D69D18 (or 0xD69D18) is known color: Galliano. HEX triplet: D6, 9D and 18. RGB value is (214,157,24). Sum of RGB (Red+Green+Blue) = 214+157+24=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69D18 is #2962E7. Grayscale: #9F9F9F. Windows color (decimal): -2712296 or 1613270. OLE color: 1613270.
HSL color Cylindrical-coordinate representation of color #D69D18: hue angle of 42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69D18 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 24 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.16 |
| HSL | 42º | 0.8% | 0.47% | - |
| HSV(B) | 42º | 0.89% | 0.84% | - |
| XYZ | 39.95 | 38.48 | 6.18 | - |
| YUV | 158.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 24 | 0 | 0.27 | 0.89 | 0.16 | 42 | 0.8 | 0.47 |
| Hex | D6 | 9D | 18 | 0 | 1B | 59 | 10 | 2A | 50 | 2F |
| Octal | 326 | 235 | 30 | 0 | 33 | 131 | 20 | 52 | 120 | 57 |
| Binary | 11010110 | 10011101 | 11000 | 0 | 11011 | 1011001 | 10000 | 101010 | 1010000 | 101111 |
Color Harmonies of #D69D18
Complementary color
Monochromatic Colors of #D69D18
Black with #D69D18
Text Example
Text Example
White with #D69D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D18; }
p { color: rgb(214,157,24); }
H1.HeaderClassName
{
color: #D69D18;
}
.AnyTagClassName
{
color: #D69D18;
}
</style>
background-color css
<style>
a { background-color: #D69D18; }
a { background-color: rgb(214,157,24); }
div.DivClassName
{
background-color: #D69D18;
}
.BgClassName
{
background-color: #D69D18;
}
</style>
border-color css
<style>
span { border-color: #D69D18; }
span { border-color: rgb(214,157,24); }
td.TdClassName
{
border-color: #D69D18;
}
.TagClassName
{
border-color: #D69D18;
}
</style>