Shades of Galliano #CFA422
Tints of Galliano #CFA422
RGB
CMYK
RGB Variations
Color information
#CFA422 (or 0xCFA422) is known color: Galliano. HEX triplet: CF, A4 and 22. RGB value is (207,164,34). Sum of RGB (Red+Green+Blue) = 207+164+34=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA422 is #305BDD. Grayscale: #A2A2A2. Windows color (decimal): -3169246 or 2270415. OLE color: 2270415.
HSL color Cylindrical-coordinate representation of color #CFA422: hue angle of 45.09º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFA422 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 34 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.19 |
| HSL | 45.09º | 0.72% | 0.47% | - |
| HSV(B) | 45.09º | 0.84% | 0.81% | - |
| XYZ | 39.3 | 39.93 | 7.15 | - |
| YUV | 162.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 34 | 0 | 0.21 | 0.84 | 0.19 | 45.09 | 0.72 | 0.47 |
| Hex | CF | A4 | 22 | 0 | 15 | 54 | 13 | 2D | 48 | 2F |
| Octal | 317 | 244 | 42 | 0 | 25 | 124 | 23 | 55 | 110 | 57 |
| Binary | 11001111 | 10100100 | 100010 | 0 | 10101 | 1010100 | 10011 | 101101 | 1001000 | 101111 |
Color Harmonies of #CFA422
Complementary color
Monochromatic Colors of #CFA422
Black with #CFA422
Text Example
Text Example
White with #CFA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA422; }
p { color: rgb(207,164,34); }
H1.HeaderClassName
{
color: #CFA422;
}
.AnyTagClassName
{
color: #CFA422;
}
</style>
background-color css
<style>
a { background-color: #CFA422; }
a { background-color: rgb(207,164,34); }
div.DivClassName
{
background-color: #CFA422;
}
.BgClassName
{
background-color: #CFA422;
}
</style>
border-color css
<style>
span { border-color: #CFA422; }
span { border-color: rgb(207,164,34); }
td.TdClassName
{
border-color: #CFA422;
}
.TagClassName
{
border-color: #CFA422;
}
</style>