Shades of Galliano #CFAB22
Tints of Galliano #CFAB22
RGB
CMYK
RGB Variations
Color information
#CFAB22 (or 0xCFAB22) is known color: Galliano. HEX triplet: CF, AB and 22. RGB value is (207,171,34). Sum of RGB (Red+Green+Blue) = 207+171+34=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB22 is #3054DD. Grayscale: #A6A6A6. Windows color (decimal): -3167454 or 2272207. OLE color: 2272207.
HSL color Cylindrical-coordinate representation of color #CFAB22: hue angle of 47.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFAB22 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 34 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.19 |
| HSL | 47.51º | 0.72% | 0.47% | - |
| HSV(B) | 47.51º | 0.84% | 0.81% | - |
| XYZ | 40.58 | 42.51 | 7.58 | - |
| YUV | 166.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 34 | 0 | 0.17 | 0.84 | 0.19 | 47.51 | 0.72 | 0.47 |
| Hex | CF | AB | 22 | 0 | 11 | 54 | 13 | 30 | 48 | 2F |
| Octal | 317 | 253 | 42 | 0 | 21 | 124 | 23 | 60 | 110 | 57 |
| Binary | 11001111 | 10101011 | 100010 | 0 | 10001 | 1010100 | 10011 | 110000 | 1001000 | 101111 |
Color Harmonies of #CFAB22
Complementary color
Monochromatic Colors of #CFAB22
Black with #CFAB22
Text Example
Text Example
White with #CFAB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB22; }
p { color: rgb(207,171,34); }
H1.HeaderClassName
{
color: #CFAB22;
}
.AnyTagClassName
{
color: #CFAB22;
}
</style>
background-color css
<style>
a { background-color: #CFAB22; }
a { background-color: rgb(207,171,34); }
div.DivClassName
{
background-color: #CFAB22;
}
.BgClassName
{
background-color: #CFAB22;
}
</style>
border-color css
<style>
span { border-color: #CFAB22; }
span { border-color: rgb(207,171,34); }
td.TdClassName
{
border-color: #CFAB22;
}
.TagClassName
{
border-color: #CFAB22;
}
</style>