Shades of Galliano #D7B022
Tints of Galliano #D7B022
RGB
CMYK
RGB Variations
Color information
#D7B022 (or 0xD7B022) is known color: Galliano. HEX triplet: D7, B0 and 22. RGB value is (215,176,34). Sum of RGB (Red+Green+Blue) = 215+176+34=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B022 is #284FDD. Grayscale: #ACACAC. Windows color (decimal): -2641886 or 2273495. OLE color: 2273495.
HSL color Cylindrical-coordinate representation of color #D7B022: hue angle of 47.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7B022 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 34 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.16 |
| HSL | 47.07º | 0.73% | 0.49% | - |
| HSV(B) | 47.07º | 0.84% | 0.84% | - |
| XYZ | 43.84 | 45.61 | 8.01 | - |
| YUV | 171.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 34 | 0 | 0.18 | 0.84 | 0.16 | 47.07 | 0.73 | 0.49 |
| Hex | D7 | B0 | 22 | 0 | 12 | 54 | 10 | 2F | 49 | 31 |
| Octal | 327 | 260 | 42 | 0 | 22 | 124 | 20 | 57 | 111 | 61 |
| Binary | 11010111 | 10110000 | 100010 | 0 | 10010 | 1010100 | 10000 | 101111 | 1001001 | 110001 |
Color Harmonies of #D7B022
Complementary color
Monochromatic Colors of #D7B022
Black with #D7B022
Text Example
Text Example
White with #D7B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B022; }
p { color: rgb(215,176,34); }
H1.HeaderClassName
{
color: #D7B022;
}
.AnyTagClassName
{
color: #D7B022;
}
</style>
background-color css
<style>
a { background-color: #D7B022; }
a { background-color: rgb(215,176,34); }
div.DivClassName
{
background-color: #D7B022;
}
.BgClassName
{
background-color: #D7B022;
}
</style>
border-color css
<style>
span { border-color: #D7B022; }
span { border-color: rgb(215,176,34); }
td.TdClassName
{
border-color: #D7B022;
}
.TagClassName
{
border-color: #D7B022;
}
</style>