Shades of Galliano #D4AB28
Tints of Galliano #D4AB28
RGB
CMYK
RGB Variations
Color information
#D4AB28 (or 0xD4AB28) is known color: Galliano. HEX triplet: D4, AB and 28. RGB value is (212,171,40). Sum of RGB (Red+Green+Blue) = 212+171+40=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB28 is #2B54D7. Grayscale: #A8A8A8. Windows color (decimal): -2839768 or 2665428. OLE color: 2665428.
HSL color Cylindrical-coordinate representation of color #D4AB28: hue angle of 45.7º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4AB28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 40 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.17 |
| HSL | 45.7º | 0.68% | 0.49% | - |
| HSV(B) | 45.7º | 0.81% | 0.83% | - |
| XYZ | 42.1 | 43.28 | 8.14 | - |
| YUV | 168.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 40 | 0 | 0.19 | 0.81 | 0.17 | 45.7 | 0.68 | 0.49 |
| Hex | D4 | AB | 28 | 0 | 13 | 51 | 11 | 2E | 44 | 31 |
| Octal | 324 | 253 | 50 | 0 | 23 | 121 | 21 | 56 | 104 | 61 |
| Binary | 11010100 | 10101011 | 101000 | 0 | 10011 | 1010001 | 10001 | 101110 | 1000100 | 110001 |
Color Harmonies of #D4AB28
Complementary color
Monochromatic Colors of #D4AB28
Black with #D4AB28
Text Example
Text Example
White with #D4AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB28; }
p { color: rgb(212,171,40); }
H1.HeaderClassName
{
color: #D4AB28;
}
.AnyTagClassName
{
color: #D4AB28;
}
</style>
background-color css
<style>
a { background-color: #D4AB28; }
a { background-color: rgb(212,171,40); }
div.DivClassName
{
background-color: #D4AB28;
}
.BgClassName
{
background-color: #D4AB28;
}
</style>
border-color css
<style>
span { border-color: #D4AB28; }
span { border-color: rgb(212,171,40); }
td.TdClassName
{
border-color: #D4AB28;
}
.TagClassName
{
border-color: #D4AB28;
}
</style>