Shades of Galliano #D5B025
Tints of Galliano #D5B025
RGB
CMYK
RGB Variations
Color information
#D5B025 (or 0xD5B025) is known color: Galliano. HEX triplet: D5, B0 and 25. RGB value is (213,176,37). Sum of RGB (Red+Green+Blue) = 213+176+37=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B025 is #2A4FDA. Grayscale: #ABABAB. Windows color (decimal): -2772955 or 2470101. OLE color: 2470101.
HSL color Cylindrical-coordinate representation of color #D5B025: hue angle of 47.39º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5B025 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.16 |
| HSL | 47.39º | 0.7% | 0.49% | - |
| HSV(B) | 47.39º | 0.83% | 0.84% | - |
| XYZ | 43.3 | 45.33 | 8.22 | - |
| YUV | 171.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 37 | 0 | 0.17 | 0.83 | 0.16 | 47.39 | 0.7 | 0.49 |
| Hex | D5 | B0 | 25 | 0 | 11 | 53 | 10 | 2F | 46 | 31 |
| Octal | 325 | 260 | 45 | 0 | 21 | 123 | 20 | 57 | 106 | 61 |
| Binary | 11010101 | 10110000 | 100101 | 0 | 10001 | 1010011 | 10000 | 101111 | 1000110 | 110001 |
Color Harmonies of #D5B025
Complementary color
Monochromatic Colors of #D5B025
Black with #D5B025
Text Example
Text Example
White with #D5B025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B025; }
p { color: rgb(213,176,37); }
H1.HeaderClassName
{
color: #D5B025;
}
.AnyTagClassName
{
color: #D5B025;
}
</style>
background-color css
<style>
a { background-color: #D5B025; }
a { background-color: rgb(213,176,37); }
div.DivClassName
{
background-color: #D5B025;
}
.BgClassName
{
background-color: #D5B025;
}
</style>
border-color css
<style>
span { border-color: #D5B025; }
span { border-color: rgb(213,176,37); }
td.TdClassName
{
border-color: #D5B025;
}
.TagClassName
{
border-color: #D5B025;
}
</style>