Shades of Galliano #DFAB21
Tints of Galliano #DFAB21
RGB
CMYK
RGB Variations
Color information
#DFAB21 (or 0xDFAB21) is known color: Galliano. HEX triplet: DF, AB and 21. RGB value is (223,171,33). Sum of RGB (Red+Green+Blue) = 223+171+33=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB21 is #2054DE. Grayscale: #ABABAB. Windows color (decimal): -2118879 or 2206687. OLE color: 2206687.
HSL color Cylindrical-coordinate representation of color #DFAB21: hue angle of 43.58º 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 #DFAB21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.13 |
| HSL | 43.58º | 0.75% | 0.5% | - |
| HSV(B) | 43.58º | 0.85% | 0.87% | - |
| XYZ | 45.27 | 44.92 | 7.72 | - |
| YUV | 170.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 33 | 0 | 0.23 | 0.85 | 0.13 | 43.58 | 0.75 | 0.5 |
| Hex | DF | AB | 21 | 0 | 17 | 55 | D | 2C | 4B | 32 |
| Octal | 337 | 253 | 41 | 0 | 27 | 125 | 15 | 54 | 113 | 62 |
| Binary | 11011111 | 10101011 | 100001 | 0 | 10111 | 1010101 | 1101 | 101100 | 1001011 | 110010 |
Color Harmonies of #DFAB21
Complementary color
Monochromatic Colors of #DFAB21
Black with #DFAB21
Text Example
Text Example
White with #DFAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB21; }
p { color: rgb(223,171,33); }
H1.HeaderClassName
{
color: #DFAB21;
}
.AnyTagClassName
{
color: #DFAB21;
}
</style>
background-color css
<style>
a { background-color: #DFAB21; }
a { background-color: rgb(223,171,33); }
div.DivClassName
{
background-color: #DFAB21;
}
.BgClassName
{
background-color: #DFAB21;
}
</style>
border-color css
<style>
span { border-color: #DFAB21; }
span { border-color: rgb(223,171,33); }
td.TdClassName
{
border-color: #DFAB21;
}
.TagClassName
{
border-color: #DFAB21;
}
</style>