Shades of Galliano #D0A80F
Tints of Galliano #D0A80F
RGB
CMYK
RGB Variations
Color information
#D0A80F (or 0xD0A80F) is known color: Galliano. HEX triplet: D0, A8 and 0F. RGB value is (208,168,15). Sum of RGB (Red+Green+Blue) = 208+168+15=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A80F is #2F57F0. Grayscale: #A3A3A3. Windows color (decimal): -3102705 or 1026256. OLE color: 1026256.
HSL color Cylindrical-coordinate representation of color #D0A80F: hue angle of 47.56º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0A80F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.18 |
| HSL | 47.56º | 0.87% | 0.44% | - |
| HSV(B) | 47.56º | 0.93% | 0.82% | - |
| XYZ | 40.1 | 41.45 | 6.34 | - |
| YUV | 162.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 15 | 0 | 0.19 | 0.93 | 0.18 | 47.56 | 0.87 | 0.44 |
| Hex | D0 | A8 | F | 0 | 13 | 5D | 12 | 30 | 57 | 2C |
| Octal | 320 | 250 | 17 | 0 | 23 | 135 | 22 | 60 | 127 | 54 |
| Binary | 11010000 | 10101000 | 1111 | 0 | 10011 | 1011101 | 10010 | 110000 | 1010111 | 101100 |
Color Harmonies of #D0A80F
Complementary color
Monochromatic Colors of #D0A80F
Black with #D0A80F
Text Example
Text Example
White with #D0A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A80F; }
p { color: rgb(208,168,15); }
H1.HeaderClassName
{
color: #D0A80F;
}
.AnyTagClassName
{
color: #D0A80F;
}
</style>
background-color css
<style>
a { background-color: #D0A80F; }
a { background-color: rgb(208,168,15); }
div.DivClassName
{
background-color: #D0A80F;
}
.BgClassName
{
background-color: #D0A80F;
}
</style>
border-color css
<style>
span { border-color: #D0A80F; }
span { border-color: rgb(208,168,15); }
td.TdClassName
{
border-color: #D0A80F;
}
.TagClassName
{
border-color: #D0A80F;
}
</style>