Shades of Galliano #CFAA20
Tints of Galliano #CFAA20
RGB
CMYK
RGB Variations
Color information
#CFAA20 (or 0xCFAA20) is known color: Galliano. HEX triplet: CF, AA and 20. RGB value is (207,170,32). Sum of RGB (Red+Green+Blue) = 207+170+32=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA20 is #3055DF. Grayscale: #A5A5A5. Windows color (decimal): -3167712 or 2140879. OLE color: 2140879.
HSL color Cylindrical-coordinate representation of color #CFAA20: hue angle of 47.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFAA20 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.19 |
| HSL | 47.31º | 0.73% | 0.47% | - |
| HSV(B) | 47.31º | 0.85% | 0.81% | - |
| XYZ | 40.37 | 42.12 | 7.37 | - |
| YUV | 165.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 32 | 0 | 0.18 | 0.85 | 0.19 | 47.31 | 0.73 | 0.47 |
| Hex | CF | AA | 20 | 0 | 12 | 55 | 13 | 2F | 49 | 2F |
| Octal | 317 | 252 | 40 | 0 | 22 | 125 | 23 | 57 | 111 | 57 |
| Binary | 11001111 | 10101010 | 100000 | 0 | 10010 | 1010101 | 10011 | 101111 | 1001001 | 101111 |
Color Harmonies of #CFAA20
Complementary color
Monochromatic Colors of #CFAA20
Black with #CFAA20
Text Example
Text Example
White with #CFAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA20; }
p { color: rgb(207,170,32); }
H1.HeaderClassName
{
color: #CFAA20;
}
.AnyTagClassName
{
color: #CFAA20;
}
</style>
background-color css
<style>
a { background-color: #CFAA20; }
a { background-color: rgb(207,170,32); }
div.DivClassName
{
background-color: #CFAA20;
}
.BgClassName
{
background-color: #CFAA20;
}
</style>
border-color css
<style>
span { border-color: #CFAA20; }
span { border-color: rgb(207,170,32); }
td.TdClassName
{
border-color: #CFAA20;
}
.TagClassName
{
border-color: #CFAA20;
}
</style>