Shades of Galliano #CFA223
Tints of Galliano #CFA223
RGB
CMYK
RGB Variations
Color information
#CFA223 (or 0xCFA223) is known color: Galliano. HEX triplet: CF, A2 and 23. RGB value is (207,162,35). Sum of RGB (Red+Green+Blue) = 207+162+35=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA223 is #305DDC. Grayscale: #A1A1A1. Windows color (decimal): -3169757 or 2335439. OLE color: 2335439.
HSL color Cylindrical-coordinate representation of color #CFA223: hue angle of 44.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFA223 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 35 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.19 |
| HSL | 44.3º | 0.71% | 0.47% | - |
| HSV(B) | 44.3º | 0.83% | 0.81% | - |
| XYZ | 38.96 | 39.23 | 7.11 | - |
| YUV | 160.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 35 | 0 | 0.22 | 0.83 | 0.19 | 44.3 | 0.71 | 0.47 |
| Hex | CF | A2 | 23 | 0 | 16 | 53 | 13 | 2C | 47 | 2F |
| Octal | 317 | 242 | 43 | 0 | 26 | 123 | 23 | 54 | 107 | 57 |
| Binary | 11001111 | 10100010 | 100011 | 0 | 10110 | 1010011 | 10011 | 101100 | 1000111 | 101111 |
Color Harmonies of #CFA223
Complementary color
Monochromatic Colors of #CFA223
Black with #CFA223
Text Example
Text Example
White with #CFA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA223; }
p { color: rgb(207,162,35); }
H1.HeaderClassName
{
color: #CFA223;
}
.AnyTagClassName
{
color: #CFA223;
}
</style>
background-color css
<style>
a { background-color: #CFA223; }
a { background-color: rgb(207,162,35); }
div.DivClassName
{
background-color: #CFA223;
}
.BgClassName
{
background-color: #CFA223;
}
</style>
border-color css
<style>
span { border-color: #CFA223; }
span { border-color: rgb(207,162,35); }
td.TdClassName
{
border-color: #CFA223;
}
.TagClassName
{
border-color: #CFA223;
}
</style>