Shades of Galliano #D2AF1B
Tints of Galliano #D2AF1B
RGB
CMYK
RGB Variations
Color information
#D2AF1B (or 0xD2AF1B) is known color: Galliano. HEX triplet: D2, AF and 1B. RGB value is (210,175,27). Sum of RGB (Red+Green+Blue) = 210+175+27=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF1B is #2D50E4. Grayscale: #A9A9A9. Windows color (decimal): -2969829 or 1814482. OLE color: 1814482.
HSL color Cylindrical-coordinate representation of color #D2AF1B: hue angle of 48.52º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2AF1B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 27 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.18 |
| HSL | 48.52º | 0.77% | 0.46% | - |
| HSV(B) | 48.52º | 0.87% | 0.82% | - |
| XYZ | 42.11 | 44.44 | 7.4 | - |
| YUV | 168.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 27 | 0 | 0.17 | 0.87 | 0.18 | 48.52 | 0.77 | 0.46 |
| Hex | D2 | AF | 1B | 0 | 11 | 57 | 12 | 31 | 4D | 2E |
| Octal | 322 | 257 | 33 | 0 | 21 | 127 | 22 | 61 | 115 | 56 |
| Binary | 11010010 | 10101111 | 11011 | 0 | 10001 | 1010111 | 10010 | 110001 | 1001101 | 101110 |
Color Harmonies of #D2AF1B
Complementary color
Monochromatic Colors of #D2AF1B
Black with #D2AF1B
Text Example
Text Example
White with #D2AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF1B; }
p { color: rgb(210,175,27); }
H1.HeaderClassName
{
color: #D2AF1B;
}
.AnyTagClassName
{
color: #D2AF1B;
}
</style>
background-color css
<style>
a { background-color: #D2AF1B; }
a { background-color: rgb(210,175,27); }
div.DivClassName
{
background-color: #D2AF1B;
}
.BgClassName
{
background-color: #D2AF1B;
}
</style>
border-color css
<style>
span { border-color: #D2AF1B; }
span { border-color: rgb(210,175,27); }
td.TdClassName
{
border-color: #D2AF1B;
}
.TagClassName
{
border-color: #D2AF1B;
}
</style>