Shades of Galliano #D2AF2A
Tints of Galliano #D2AF2A
RGB
CMYK
RGB Variations
Color information
#D2AF2A (or 0xD2AF2A) is known color: Galliano. HEX triplet: D2, AF and 2A. RGB value is (210,175,42). Sum of RGB (Red+Green+Blue) = 210+175+42=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF2A is #2D50D5. Grayscale: #AAAAAA. Windows color (decimal): -2969814 or 2797522. OLE color: 2797522.
HSL color Cylindrical-coordinate representation of color #D2AF2A: hue angle of 47.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2AF2A is Cyan = 0, Magento = 0.17, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 42 | - |
| CMYK | 0 | 0.17 | 0.8 | 0.18 |
| HSL | 47.5º | 0.67% | 0.49% | - |
| HSV(B) | 47.5º | 0.8% | 0.82% | - |
| XYZ | 42.33 | 44.53 | 8.55 | - |
| YUV | 170.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 42 | 0 | 0.17 | 0.8 | 0.18 | 47.5 | 0.67 | 0.49 |
| Hex | D2 | AF | 2A | 0 | 11 | 50 | 12 | 30 | 43 | 31 |
| Octal | 322 | 257 | 52 | 0 | 21 | 120 | 22 | 60 | 103 | 61 |
| Binary | 11010010 | 10101111 | 101010 | 0 | 10001 | 1010000 | 10010 | 110000 | 1000011 | 110001 |
Color Harmonies of #D2AF2A
Complementary color
Monochromatic Colors of #D2AF2A
Black with #D2AF2A
Text Example
Text Example
White with #D2AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF2A; }
p { color: rgb(210,175,42); }
H1.HeaderClassName
{
color: #D2AF2A;
}
.AnyTagClassName
{
color: #D2AF2A;
}
</style>
background-color css
<style>
a { background-color: #D2AF2A; }
a { background-color: rgb(210,175,42); }
div.DivClassName
{
background-color: #D2AF2A;
}
.BgClassName
{
background-color: #D2AF2A;
}
</style>
border-color css
<style>
span { border-color: #D2AF2A; }
span { border-color: rgb(210,175,42); }
td.TdClassName
{
border-color: #D2AF2A;
}
.TagClassName
{
border-color: #D2AF2A;
}
</style>