Shades of Galliano #CFA62A
Tints of Galliano #CFA62A
RGB
CMYK
RGB Variations
Color information
#CFA62A (or 0xCFA62A) is known color: Galliano. HEX triplet: CF, A6 and 2A. RGB value is (207,166,42). Sum of RGB (Red+Green+Blue) = 207+166+42=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA62A is #3059D5. Grayscale: #A4A4A4. Windows color (decimal): -3168726 or 2795215. OLE color: 2795215.
HSL color Cylindrical-coordinate representation of color #CFA62A: hue angle of 45.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFA62A is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 42 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.19 |
| HSL | 45.09º | 0.66% | 0.49% | - |
| HSV(B) | 45.09º | 0.8% | 0.81% | - |
| XYZ | 39.79 | 40.71 | 7.95 | - |
| YUV | 164.12 | 59.08 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 42 | 0 | 0.20 | 0.80 | 0.19 | 45.09 | 0.66 | 0.49 |
| Hex | CF | A6 | 2A | 0 | 14 | 50 | 13 | 2D | 42 | 31 |
| Octal | 317 | 246 | 52 | 0 | 24 | 120 | 23 | 55 | 102 | 61 |
| Binary | 11001111 | 10100110 | 101010 | 0 | 10100 | 1010000 | 10011 | 101101 | 1000010 | 110001 |
Color Harmonies of #CFA62A
Complementary color
Monochromatic Colors of #CFA62A
Black with #CFA62A
Text Example
Text Example
White with #CFA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA62A; }
p { color: rgb(207,166,42); }
H1.HeaderClassName
{
color: #CFA62A;
}
.AnyTagClassName
{
color: #CFA62A;
}
</style>
background-color css
<style>
a { background-color: #CFA62A; }
a { background-color: rgb(207,166,42); }
div.DivClassName
{
background-color: #CFA62A;
}
.BgClassName
{
background-color: #CFA62A;
}
</style>
border-color css
<style>
span { border-color: #CFA62A; }
span { border-color: rgb(207,166,42); }
td.TdClassName
{
border-color: #CFA62A;
}
.TagClassName
{
border-color: #CFA62A;
}
</style>