Shades of Galliano #D5AD2B
Tints of Galliano #D5AD2B
RGB
CMYK
RGB Variations
Color information
#D5AD2B (or 0xD5AD2B) is known color: Galliano. HEX triplet: D5, AD and 2B. RGB value is (213,173,43). Sum of RGB (Red+Green+Blue) = 213+173+43=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD2B is #2A52D4. Grayscale: #AAAAAA. Windows color (decimal): -2773717 or 2862549. OLE color: 2862549.
HSL color Cylindrical-coordinate representation of color #D5AD2B: hue angle of 45.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5AD2B is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 43 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.16 |
| HSL | 45.88º | 0.67% | 0.5% | - |
| HSV(B) | 45.88º | 0.8% | 0.84% | - |
| XYZ | 42.82 | 44.21 | 8.56 | - |
| YUV | 170.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 43 | 0 | 0.19 | 0.80 | 0.16 | 45.88 | 0.67 | 0.5 |
| Hex | D5 | AD | 2B | 0 | 13 | 50 | 10 | 2E | 43 | 32 |
| Octal | 325 | 255 | 53 | 0 | 23 | 120 | 20 | 56 | 103 | 62 |
| Binary | 11010101 | 10101101 | 101011 | 0 | 10011 | 1010000 | 10000 | 101110 | 1000011 | 110010 |
Color Harmonies of #D5AD2B
Complementary color
Monochromatic Colors of #D5AD2B
Black with #D5AD2B
Text Example
Text Example
White with #D5AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD2B; }
p { color: rgb(213,173,43); }
H1.HeaderClassName
{
color: #D5AD2B;
}
.AnyTagClassName
{
color: #D5AD2B;
}
</style>
background-color css
<style>
a { background-color: #D5AD2B; }
a { background-color: rgb(213,173,43); }
div.DivClassName
{
background-color: #D5AD2B;
}
.BgClassName
{
background-color: #D5AD2B;
}
</style>
border-color css
<style>
span { border-color: #D5AD2B; }
span { border-color: rgb(213,173,43); }
td.TdClassName
{
border-color: #D5AD2B;
}
.TagClassName
{
border-color: #D5AD2B;
}
</style>