Shades of Galliano #D2AD2B
Tints of Galliano #D2AD2B
RGB
CMYK
RGB Variations
Color information
#D2AD2B (or 0xD2AD2B) is known color: Galliano. HEX triplet: D2, AD and 2B. RGB value is (210,173,43). Sum of RGB (Red+Green+Blue) = 210+173+43=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD2B is #2D52D4. Grayscale: #A9A9A9. Windows color (decimal): -2970325 or 2862546. OLE color: 2862546.
HSL color Cylindrical-coordinate representation of color #D2AD2B: hue angle of 46.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2AD2B is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 43 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.18 |
| HSL | 46.71º | 0.66% | 0.5% | - |
| HSV(B) | 46.71º | 0.8% | 0.82% | - |
| XYZ | 41.96 | 43.76 | 8.52 | - |
| YUV | 169.24 | 56.76 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 43 | 0 | 0.18 | 0.80 | 0.18 | 46.71 | 0.66 | 0.5 |
| Hex | D2 | AD | 2B | 0 | 12 | 50 | 12 | 2F | 42 | 32 |
| Octal | 322 | 255 | 53 | 0 | 22 | 120 | 22 | 57 | 102 | 62 |
| Binary | 11010010 | 10101101 | 101011 | 0 | 10010 | 1010000 | 10010 | 101111 | 1000010 | 110010 |
Color Harmonies of #D2AD2B
Complementary color
Monochromatic Colors of #D2AD2B
Black with #D2AD2B
Text Example
Text Example
White with #D2AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD2B; }
p { color: rgb(210,173,43); }
H1.HeaderClassName
{
color: #D2AD2B;
}
.AnyTagClassName
{
color: #D2AD2B;
}
</style>
background-color css
<style>
a { background-color: #D2AD2B; }
a { background-color: rgb(210,173,43); }
div.DivClassName
{
background-color: #D2AD2B;
}
.BgClassName
{
background-color: #D2AD2B;
}
</style>
border-color css
<style>
span { border-color: #D2AD2B; }
span { border-color: rgb(210,173,43); }
td.TdClassName
{
border-color: #D2AD2B;
}
.TagClassName
{
border-color: #D2AD2B;
}
</style>