Shades of Galliano #D3AF1B
Tints of Galliano #D3AF1B
RGB
CMYK
RGB Variations
Color information
#D3AF1B (or 0xD3AF1B) is known color: Galliano. HEX triplet: D3, AF and 1B. RGB value is (211,175,27). Sum of RGB (Red+Green+Blue) = 211+175+27=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF1B is #2C50E4. Grayscale: #A9A9A9. Windows color (decimal): -2904293 or 1814483. OLE color: 1814483.
HSL color Cylindrical-coordinate representation of color #D3AF1B: hue angle of 48.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3AF1B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 27 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.17 |
| HSL | 48.26º | 0.77% | 0.47% | - |
| HSV(B) | 48.26º | 0.87% | 0.83% | - |
| XYZ | 42.39 | 44.59 | 7.41 | - |
| YUV | 168.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 27 | 0 | 0.17 | 0.87 | 0.17 | 48.26 | 0.77 | 0.47 |
| Hex | D3 | AF | 1B | 0 | 11 | 57 | 11 | 30 | 4D | 2F |
| Octal | 323 | 257 | 33 | 0 | 21 | 127 | 21 | 60 | 115 | 57 |
| Binary | 11010011 | 10101111 | 11011 | 0 | 10001 | 1010111 | 10001 | 110000 | 1001101 | 101111 |
Color Harmonies of #D3AF1B
Complementary color
Monochromatic Colors of #D3AF1B
Black with #D3AF1B
Text Example
Text Example
White with #D3AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF1B; }
p { color: rgb(211,175,27); }
H1.HeaderClassName
{
color: #D3AF1B;
}
.AnyTagClassName
{
color: #D3AF1B;
}
</style>
background-color css
<style>
a { background-color: #D3AF1B; }
a { background-color: rgb(211,175,27); }
div.DivClassName
{
background-color: #D3AF1B;
}
.BgClassName
{
background-color: #D3AF1B;
}
</style>
border-color css
<style>
span { border-color: #D3AF1B; }
span { border-color: rgb(211,175,27); }
td.TdClassName
{
border-color: #D3AF1B;
}
.TagClassName
{
border-color: #D3AF1B;
}
</style>