Shades of Galliano #DFAB22
Tints of Galliano #DFAB22
RGB
CMYK
RGB Variations
Color information
#DFAB22 (or 0xDFAB22) is known color: Galliano. HEX triplet: DF, AB and 22. RGB value is (223,171,34). Sum of RGB (Red+Green+Blue) = 223+171+34=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB22 is #2054DD. Grayscale: #ABABAB. Windows color (decimal): -2118878 or 2272223. OLE color: 2272223.
HSL color Cylindrical-coordinate representation of color #DFAB22: hue angle of 43.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFAB22 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 43.49º | 0.75% | 0.5% | - |
| HSV(B) | 43.49º | 0.85% | 0.87% | - |
| XYZ | 45.28 | 44.93 | 7.8 | - |
| YUV | 170.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 34 | 0 | 0.23 | 0.85 | 0.13 | 43.49 | 0.75 | 0.5 |
| Hex | DF | AB | 22 | 0 | 17 | 55 | D | 2B | 4B | 32 |
| Octal | 337 | 253 | 42 | 0 | 27 | 125 | 15 | 53 | 113 | 62 |
| Binary | 11011111 | 10101011 | 100010 | 0 | 10111 | 1010101 | 1101 | 101011 | 1001011 | 110010 |
Color Harmonies of #DFAB22
Complementary color
Monochromatic Colors of #DFAB22
Black with #DFAB22
Text Example
Text Example
White with #DFAB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB22; }
p { color: rgb(223,171,34); }
H1.HeaderClassName
{
color: #DFAB22;
}
.AnyTagClassName
{
color: #DFAB22;
}
</style>
background-color css
<style>
a { background-color: #DFAB22; }
a { background-color: rgb(223,171,34); }
div.DivClassName
{
background-color: #DFAB22;
}
.BgClassName
{
background-color: #DFAB22;
}
</style>
border-color css
<style>
span { border-color: #DFAB22; }
span { border-color: rgb(223,171,34); }
td.TdClassName
{
border-color: #DFAB22;
}
.TagClassName
{
border-color: #DFAB22;
}
</style>