Shades of Galliano #CFA32A
Tints of Galliano #CFA32A
RGB
CMYK
RGB Variations
Color information
#CFA32A (or 0xCFA32A) is known color: Galliano. HEX triplet: CF, A3 and 2A. RGB value is (207,163,42). Sum of RGB (Red+Green+Blue) = 207+163+42=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA32A is #305CD5. Grayscale: #A2A2A2. Windows color (decimal): -3169494 or 2794447. OLE color: 2794447.
HSL color Cylindrical-coordinate representation of color #CFA32A: hue angle of 44º 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 #CFA32A is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 42 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.19 |
| HSL | 44º | 0.66% | 0.49% | - |
| HSV(B) | 44º | 0.8% | 0.81% | - |
| XYZ | 39.25 | 39.63 | 7.77 | - |
| YUV | 162.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 42 | 0 | 0.21 | 0.80 | 0.19 | 44 | 0.66 | 0.49 |
| Hex | CF | A3 | 2A | 0 | 15 | 50 | 13 | 2C | 42 | 31 |
| Octal | 317 | 243 | 52 | 0 | 25 | 120 | 23 | 54 | 102 | 61 |
| Binary | 11001111 | 10100011 | 101010 | 0 | 10101 | 1010000 | 10011 | 101100 | 1000010 | 110001 |
Color Harmonies of #CFA32A
Complementary color
Monochromatic Colors of #CFA32A
Black with #CFA32A
Text Example
Text Example
White with #CFA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA32A; }
p { color: rgb(207,163,42); }
H1.HeaderClassName
{
color: #CFA32A;
}
.AnyTagClassName
{
color: #CFA32A;
}
</style>
background-color css
<style>
a { background-color: #CFA32A; }
a { background-color: rgb(207,163,42); }
div.DivClassName
{
background-color: #CFA32A;
}
.BgClassName
{
background-color: #CFA32A;
}
</style>
border-color css
<style>
span { border-color: #CFA32A; }
span { border-color: rgb(207,163,42); }
td.TdClassName
{
border-color: #CFA32A;
}
.TagClassName
{
border-color: #CFA32A;
}
</style>