Shades of Galliano #D0AD28
Tints of Galliano #D0AD28
RGB
CMYK
RGB Variations
Color information
#D0AD28 (or 0xD0AD28) is known color: Galliano. HEX triplet: D0, AD and 28. RGB value is (208,173,40). Sum of RGB (Red+Green+Blue) = 208+173+40=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD28 is #2F52D7. Grayscale: #A8A8A8. Windows color (decimal): -3101400 or 2665936. OLE color: 2665936.
HSL color Cylindrical-coordinate representation of color #D0AD28: hue angle of 47.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0AD28 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 40 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.18 |
| HSL | 47.5º | 0.68% | 0.49% | - |
| HSV(B) | 47.5º | 0.81% | 0.82% | - |
| XYZ | 41.34 | 43.45 | 8.22 | - |
| YUV | 168.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 40 | 0 | 0.17 | 0.81 | 0.18 | 47.5 | 0.68 | 0.49 |
| Hex | D0 | AD | 28 | 0 | 11 | 51 | 12 | 30 | 44 | 31 |
| Octal | 320 | 255 | 50 | 0 | 21 | 121 | 22 | 60 | 104 | 61 |
| Binary | 11010000 | 10101101 | 101000 | 0 | 10001 | 1010001 | 10010 | 110000 | 1000100 | 110001 |
Color Harmonies of #D0AD28
Complementary color
Monochromatic Colors of #D0AD28
Black with #D0AD28
Text Example
Text Example
White with #D0AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD28; }
p { color: rgb(208,173,40); }
H1.HeaderClassName
{
color: #D0AD28;
}
.AnyTagClassName
{
color: #D0AD28;
}
</style>
background-color css
<style>
a { background-color: #D0AD28; }
a { background-color: rgb(208,173,40); }
div.DivClassName
{
background-color: #D0AD28;
}
.BgClassName
{
background-color: #D0AD28;
}
</style>
border-color css
<style>
span { border-color: #D0AD28; }
span { border-color: rgb(208,173,40); }
td.TdClassName
{
border-color: #D0AD28;
}
.TagClassName
{
border-color: #D0AD28;
}
</style>