Shades of Galliano #CFA92C
Tints of Galliano #CFA92C
RGB
CMYK
RGB Variations
Color information
#CFA92C (or 0xCFA92C) is known color: Galliano. HEX triplet: CF, A9 and 2C. RGB value is (207,169,44). Sum of RGB (Red+Green+Blue) = 207+169+44=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA92C is #3056D3. Grayscale: #A6A6A6. Windows color (decimal): -3167956 or 2927055. OLE color: 2927055.
HSL color Cylindrical-coordinate representation of color #CFA92C: hue angle of 46.01º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFA92C is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 44 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.19 |
| HSL | 46.01º | 0.65% | 0.49% | - |
| HSV(B) | 46.01º | 0.79% | 0.81% | - |
| XYZ | 40.37 | 41.82 | 8.33 | - |
| YUV | 166.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 44 | 0 | 0.18 | 0.79 | 0.19 | 46.01 | 0.65 | 0.49 |
| Hex | CF | A9 | 2C | 0 | 12 | 4F | 13 | 2E | 41 | 31 |
| Octal | 317 | 251 | 54 | 0 | 22 | 117 | 23 | 56 | 101 | 61 |
| Binary | 11001111 | 10101001 | 101100 | 0 | 10010 | 1001111 | 10011 | 101110 | 1000001 | 110001 |
Color Harmonies of #CFA92C
Complementary color
Monochromatic Colors of #CFA92C
Black with #CFA92C
Text Example
Text Example
White with #CFA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA92C; }
p { color: rgb(207,169,44); }
H1.HeaderClassName
{
color: #CFA92C;
}
.AnyTagClassName
{
color: #CFA92C;
}
</style>
background-color css
<style>
a { background-color: #CFA92C; }
a { background-color: rgb(207,169,44); }
div.DivClassName
{
background-color: #CFA92C;
}
.BgClassName
{
background-color: #CFA92C;
}
</style>
border-color css
<style>
span { border-color: #CFA92C; }
span { border-color: rgb(207,169,44); }
td.TdClassName
{
border-color: #CFA92C;
}
.TagClassName
{
border-color: #CFA92C;
}
</style>