Shades of Galliano #CFAA15
Tints of Galliano #CFAA15
RGB
CMYK
RGB Variations
Color information
#CFAA15 (or 0xCFAA15) is known color: Galliano. HEX triplet: CF, AA and 15. RGB value is (207,170,21). Sum of RGB (Red+Green+Blue) = 207+170+21=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA15 is #3055EA. Grayscale: #A4A4A4. Windows color (decimal): -3167723 or 1419983. OLE color: 1419983.
HSL color Cylindrical-coordinate representation of color #CFAA15: hue angle of 48.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAA15 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.19 |
| HSL | 48.06º | 0.82% | 0.45% | - |
| HSV(B) | 48.06º | 0.9% | 0.81% | - |
| XYZ | 40.24 | 42.07 | 6.71 | - |
| YUV | 164.08 | 47.26 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 21 | 0 | 0.18 | 0.90 | 0.19 | 48.06 | 0.82 | 0.45 |
| Hex | CF | AA | 15 | 0 | 12 | 5A | 13 | 30 | 52 | 2D |
| Octal | 317 | 252 | 25 | 0 | 22 | 132 | 23 | 60 | 122 | 55 |
| Binary | 11001111 | 10101010 | 10101 | 0 | 10010 | 1011010 | 10011 | 110000 | 1010010 | 101101 |
Color Harmonies of #CFAA15
Complementary color
Monochromatic Colors of #CFAA15
Black with #CFAA15
Text Example
Text Example
White with #CFAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA15; }
p { color: rgb(207,170,21); }
H1.HeaderClassName
{
color: #CFAA15;
}
.AnyTagClassName
{
color: #CFAA15;
}
</style>
background-color css
<style>
a { background-color: #CFAA15; }
a { background-color: rgb(207,170,21); }
div.DivClassName
{
background-color: #CFAA15;
}
.BgClassName
{
background-color: #CFAA15;
}
</style>
border-color css
<style>
span { border-color: #CFAA15; }
span { border-color: rgb(207,170,21); }
td.TdClassName
{
border-color: #CFAA15;
}
.TagClassName
{
border-color: #CFAA15;
}
</style>