Shades of Galliano #CFAA0E
Tints of Galliano #CFAA0E
RGB
CMYK
RGB Variations
Color information
#CFAA0E (or 0xCFAA0E) is known color: Galliano. HEX triplet: CF, AA and 0E. RGB value is (207,170,14). Sum of RGB (Red+Green+Blue) = 207+170+14=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA0E is #3055F1. Grayscale: #A3A3A3. Windows color (decimal): -3167730 or 961231. OLE color: 961231.
HSL color Cylindrical-coordinate representation of color #CFAA0E: hue angle of 48.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFAA0E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.19 |
| HSL | 48.5º | 0.87% | 0.43% | - |
| HSV(B) | 48.5º | 0.93% | 0.81% | - |
| XYZ | 40.19 | 42.05 | 6.41 | - |
| YUV | 163.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 14 | 0 | 0.18 | 0.93 | 0.19 | 48.5 | 0.87 | 0.43 |
| Hex | CF | AA | E | 0 | 12 | 5D | 13 | 30 | 57 | 2B |
| Octal | 317 | 252 | 16 | 0 | 22 | 135 | 23 | 60 | 127 | 53 |
| Binary | 11001111 | 10101010 | 1110 | 0 | 10010 | 1011101 | 10011 | 110000 | 1010111 | 101011 |
Color Harmonies of #CFAA0E
Complementary color
Monochromatic Colors of #CFAA0E
Black with #CFAA0E
Text Example
Text Example
White with #CFAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA0E; }
p { color: rgb(207,170,14); }
H1.HeaderClassName
{
color: #CFAA0E;
}
.AnyTagClassName
{
color: #CFAA0E;
}
</style>
background-color css
<style>
a { background-color: #CFAA0E; }
a { background-color: rgb(207,170,14); }
div.DivClassName
{
background-color: #CFAA0E;
}
.BgClassName
{
background-color: #CFAA0E;
}
</style>
border-color css
<style>
span { border-color: #CFAA0E; }
span { border-color: rgb(207,170,14); }
td.TdClassName
{
border-color: #CFAA0E;
}
.TagClassName
{
border-color: #CFAA0E;
}
</style>