Shades of Galliano #D8AD2A
Tints of Galliano #D8AD2A
RGB
CMYK
RGB Variations
Color information
#D8AD2A (or 0xD8AD2A) is known color: Galliano. HEX triplet: D8, AD and 2A. RGB value is (216,173,42). Sum of RGB (Red+Green+Blue) = 216+173+42=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD2A is #2752D5. Grayscale: #ABABAB. Windows color (decimal): -2577110 or 2797016. OLE color: 2797016.
HSL color Cylindrical-coordinate representation of color #D8AD2A: hue angle of 45.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8AD2A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 42 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.15 |
| HSL | 45.17º | 0.69% | 0.51% | - |
| HSV(B) | 45.17º | 0.81% | 0.85% | - |
| XYZ | 43.68 | 44.65 | 8.51 | - |
| YUV | 170.92 | 55.25 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 42 | 0 | 0.20 | 0.81 | 0.15 | 45.17 | 0.69 | 0.51 |
| Hex | D8 | AD | 2A | 0 | 14 | 51 | F | 2D | 45 | 33 |
| Octal | 330 | 255 | 52 | 0 | 24 | 121 | 17 | 55 | 105 | 63 |
| Binary | 11011000 | 10101101 | 101010 | 0 | 10100 | 1010001 | 1111 | 101101 | 1000101 | 110011 |
Color Harmonies of #D8AD2A
Complementary color
Monochromatic Colors of #D8AD2A
Black with #D8AD2A
Text Example
Text Example
White with #D8AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AD2A; }
p { color: rgb(216,173,42); }
H1.HeaderClassName
{
color: #D8AD2A;
}
.AnyTagClassName
{
color: #D8AD2A;
}
</style>
background-color css
<style>
a { background-color: #D8AD2A; }
a { background-color: rgb(216,173,42); }
div.DivClassName
{
background-color: #D8AD2A;
}
.BgClassName
{
background-color: #D8AD2A;
}
</style>
border-color css
<style>
span { border-color: #D8AD2A; }
span { border-color: rgb(216,173,42); }
td.TdClassName
{
border-color: #D8AD2A;
}
.TagClassName
{
border-color: #D8AD2A;
}
</style>