Shades of Galliano #CFA41E
Tints of Galliano #CFA41E
RGB
CMYK
RGB Variations
Color information
#CFA41E (or 0xCFA41E) is known color: Galliano. HEX triplet: CF, A4 and 1E. RGB value is (207,164,30). Sum of RGB (Red+Green+Blue) = 207+164+30=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41E is #305BE1. Grayscale: #A2A2A2. Windows color (decimal): -3169250 or 2008271. OLE color: 2008271.
HSL color Cylindrical-coordinate representation of color #CFA41E: hue angle of 45.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA41E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 30 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.19 |
| HSL | 45.42º | 0.75% | 0.46% | - |
| HSV(B) | 45.42º | 0.86% | 0.81% | - |
| XYZ | 39.24 | 39.91 | 6.86 | - |
| YUV | 161.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 30 | 0 | 0.21 | 0.86 | 0.19 | 45.42 | 0.75 | 0.46 |
| Hex | CF | A4 | 1E | 0 | 15 | 56 | 13 | 2D | 4B | 2E |
| Octal | 317 | 244 | 36 | 0 | 25 | 126 | 23 | 55 | 113 | 56 |
| Binary | 11001111 | 10100100 | 11110 | 0 | 10101 | 1010110 | 10011 | 101101 | 1001011 | 101110 |
Color Harmonies of #CFA41E
Complementary color
Monochromatic Colors of #CFA41E
Black with #CFA41E
Text Example
Text Example
White with #CFA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA41E; }
p { color: rgb(207,164,30); }
H1.HeaderClassName
{
color: #CFA41E;
}
.AnyTagClassName
{
color: #CFA41E;
}
</style>
background-color css
<style>
a { background-color: #CFA41E; }
a { background-color: rgb(207,164,30); }
div.DivClassName
{
background-color: #CFA41E;
}
.BgClassName
{
background-color: #CFA41E;
}
</style>
border-color css
<style>
span { border-color: #CFA41E; }
span { border-color: rgb(207,164,30); }
td.TdClassName
{
border-color: #CFA41E;
}
.TagClassName
{
border-color: #CFA41E;
}
</style>