Shades of Galliano #D0AF25
Tints of Galliano #D0AF25
RGB
CMYK
RGB Variations
Color information
#D0AF25 (or 0xD0AF25) is known color: Galliano. HEX triplet: D0, AF and 25. RGB value is (208,175,37). Sum of RGB (Red+Green+Blue) = 208+175+37=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF25 is #2F50DA. Grayscale: #A9A9A9. Windows color (decimal): -3100891 or 2469840. OLE color: 2469840.
HSL color Cylindrical-coordinate representation of color #D0AF25: hue angle of 48.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0AF25 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 37 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.18 |
| HSL | 48.42º | 0.7% | 0.48% | - |
| HSV(B) | 48.42º | 0.82% | 0.82% | - |
| XYZ | 41.68 | 44.2 | 8.09 | - |
| YUV | 169.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 37 | 0 | 0.16 | 0.82 | 0.18 | 48.42 | 0.7 | 0.48 |
| Hex | D0 | AF | 25 | 0 | 10 | 52 | 12 | 30 | 46 | 30 |
| Octal | 320 | 257 | 45 | 0 | 20 | 122 | 22 | 60 | 106 | 60 |
| Binary | 11010000 | 10101111 | 100101 | 0 | 10000 | 1010010 | 10010 | 110000 | 1000110 | 110000 |
Color Harmonies of #D0AF25
Complementary color
Monochromatic Colors of #D0AF25
Black with #D0AF25
Text Example
Text Example
White with #D0AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF25; }
p { color: rgb(208,175,37); }
H1.HeaderClassName
{
color: #D0AF25;
}
.AnyTagClassName
{
color: #D0AF25;
}
</style>
background-color css
<style>
a { background-color: #D0AF25; }
a { background-color: rgb(208,175,37); }
div.DivClassName
{
background-color: #D0AF25;
}
.BgClassName
{
background-color: #D0AF25;
}
</style>
border-color css
<style>
span { border-color: #D0AF25; }
span { border-color: rgb(208,175,37); }
td.TdClassName
{
border-color: #D0AF25;
}
.TagClassName
{
border-color: #D0AF25;
}
</style>