Shades of Galliano #CFA41B
Tints of Galliano #CFA41B
RGB
CMYK
RGB Variations
Color information
#CFA41B (or 0xCFA41B) is known color: Galliano. HEX triplet: CF, A4 and 1B. RGB value is (207,164,27). Sum of RGB (Red+Green+Blue) = 207+164+27=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41B is #305BE4. Grayscale: #A1A1A1. Windows color (decimal): -3169253 or 1811663. OLE color: 1811663.
HSL color Cylindrical-coordinate representation of color #CFA41B: hue angle of 45.67º degrees, saturation: 0.77, 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 #CFA41B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 27 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.19 |
| HSL | 45.67º | 0.77% | 0.46% | - |
| HSV(B) | 45.67º | 0.87% | 0.81% | - |
| XYZ | 39.21 | 39.9 | 6.67 | - |
| YUV | 161.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 27 | 0 | 0.21 | 0.87 | 0.19 | 45.67 | 0.77 | 0.46 |
| Hex | CF | A4 | 1B | 0 | 15 | 57 | 13 | 2E | 4D | 2E |
| Octal | 317 | 244 | 33 | 0 | 25 | 127 | 23 | 56 | 115 | 56 |
| Binary | 11001111 | 10100100 | 11011 | 0 | 10101 | 1010111 | 10011 | 101110 | 1001101 | 101110 |
Color Harmonies of #CFA41B
Complementary color
Monochromatic Colors of #CFA41B
Black with #CFA41B
Text Example
Text Example
White with #CFA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA41B; }
p { color: rgb(207,164,27); }
H1.HeaderClassName
{
color: #CFA41B;
}
.AnyTagClassName
{
color: #CFA41B;
}
</style>
background-color css
<style>
a { background-color: #CFA41B; }
a { background-color: rgb(207,164,27); }
div.DivClassName
{
background-color: #CFA41B;
}
.BgClassName
{
background-color: #CFA41B;
}
</style>
border-color css
<style>
span { border-color: #CFA41B; }
span { border-color: rgb(207,164,27); }
td.TdClassName
{
border-color: #CFA41B;
}
.TagClassName
{
border-color: #CFA41B;
}
</style>