Shades of Galliano #CFA71A
Tints of Galliano #CFA71A
RGB
CMYK
RGB Variations
Color information
#CFA71A (or 0xCFA71A) is known color: Galliano. HEX triplet: CF, A7 and 1A. RGB value is (207,167,26). Sum of RGB (Red+Green+Blue) = 207+167+26=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA71A is #3058E5. Grayscale: #A3A3A3. Windows color (decimal): -3168486 or 1746895. OLE color: 1746895.
HSL color Cylindrical-coordinate representation of color #CFA71A: hue angle of 46.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFA71A is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 26 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.19 |
| HSL | 46.74º | 0.78% | 0.46% | - |
| HSV(B) | 46.74º | 0.87% | 0.81% | - |
| XYZ | 39.74 | 40.98 | 6.79 | - |
| YUV | 162.89 | 50.75 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 26 | 0 | 0.19 | 0.87 | 0.19 | 46.74 | 0.78 | 0.46 |
| Hex | CF | A7 | 1A | 0 | 13 | 57 | 13 | 2F | 4E | 2E |
| Octal | 317 | 247 | 32 | 0 | 23 | 127 | 23 | 57 | 116 | 56 |
| Binary | 11001111 | 10100111 | 11010 | 0 | 10011 | 1010111 | 10011 | 101111 | 1001110 | 101110 |
Color Harmonies of #CFA71A
Complementary color
Monochromatic Colors of #CFA71A
Black with #CFA71A
Text Example
Text Example
White with #CFA71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA71A; }
p { color: rgb(207,167,26); }
H1.HeaderClassName
{
color: #CFA71A;
}
.AnyTagClassName
{
color: #CFA71A;
}
</style>
background-color css
<style>
a { background-color: #CFA71A; }
a { background-color: rgb(207,167,26); }
div.DivClassName
{
background-color: #CFA71A;
}
.BgClassName
{
background-color: #CFA71A;
}
</style>
border-color css
<style>
span { border-color: #CFA71A; }
span { border-color: rgb(207,167,26); }
td.TdClassName
{
border-color: #CFA71A;
}
.TagClassName
{
border-color: #CFA71A;
}
</style>