Shades of Galliano #D0AF1F
Tints of Galliano #D0AF1F
RGB
CMYK
RGB Variations
Color information
#D0AF1F (or 0xD0AF1F) is known color: Galliano. HEX triplet: D0, AF and 1F. RGB value is (208,175,31). Sum of RGB (Red+Green+Blue) = 208+175+31=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF1F is #2F50E0. Grayscale: #A9A9A9. Windows color (decimal): -3100897 or 2076624. OLE color: 2076624.
HSL color Cylindrical-coordinate representation of color #D0AF1F: hue angle of 48.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0AF1F is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 31 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.18 |
| HSL | 48.81º | 0.74% | 0.47% | - |
| HSV(B) | 48.81º | 0.85% | 0.82% | - |
| XYZ | 41.59 | 44.17 | 7.63 | - |
| YUV | 168.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 31 | 0 | 0.16 | 0.85 | 0.18 | 48.81 | 0.74 | 0.47 |
| Hex | D0 | AF | 1F | 0 | 10 | 55 | 12 | 31 | 4A | 2F |
| Octal | 320 | 257 | 37 | 0 | 20 | 125 | 22 | 61 | 112 | 57 |
| Binary | 11010000 | 10101111 | 11111 | 0 | 10000 | 1010101 | 10010 | 110001 | 1001010 | 101111 |
Color Harmonies of #D0AF1F
Complementary color
Monochromatic Colors of #D0AF1F
Black with #D0AF1F
Text Example
Text Example
White with #D0AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF1F; }
p { color: rgb(208,175,31); }
H1.HeaderClassName
{
color: #D0AF1F;
}
.AnyTagClassName
{
color: #D0AF1F;
}
</style>
background-color css
<style>
a { background-color: #D0AF1F; }
a { background-color: rgb(208,175,31); }
div.DivClassName
{
background-color: #D0AF1F;
}
.BgClassName
{
background-color: #D0AF1F;
}
</style>
border-color css
<style>
span { border-color: #D0AF1F; }
span { border-color: rgb(208,175,31); }
td.TdClassName
{
border-color: #D0AF1F;
}
.TagClassName
{
border-color: #D0AF1F;
}
</style>