Shades of Galliano #CFA90F
Tints of Galliano #CFA90F
RGB
CMYK
RGB Variations
Color information
#CFA90F (or 0xCFA90F) is known color: Galliano. HEX triplet: CF, A9 and 0F. RGB value is (207,169,15). Sum of RGB (Red+Green+Blue) = 207+169+15=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA90F is #3056F0. Grayscale: #A3A3A3. Windows color (decimal): -3167985 or 1026511. OLE color: 1026511.
HSL color Cylindrical-coordinate representation of color #CFA90F: hue angle of 48.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFA90F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.19 |
| HSL | 48.13º | 0.86% | 0.44% | - |
| HSV(B) | 48.13º | 0.93% | 0.81% | - |
| XYZ | 40.01 | 41.68 | 6.39 | - |
| YUV | 162.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 15 | 0 | 0.18 | 0.93 | 0.19 | 48.13 | 0.86 | 0.44 |
| Hex | CF | A9 | F | 0 | 12 | 5D | 13 | 30 | 56 | 2C |
| Octal | 317 | 251 | 17 | 0 | 22 | 135 | 23 | 60 | 126 | 54 |
| Binary | 11001111 | 10101001 | 1111 | 0 | 10010 | 1011101 | 10011 | 110000 | 1010110 | 101100 |
Color Harmonies of #CFA90F
Complementary color
Monochromatic Colors of #CFA90F
Black with #CFA90F
Text Example
Text Example
White with #CFA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA90F; }
p { color: rgb(207,169,15); }
H1.HeaderClassName
{
color: #CFA90F;
}
.AnyTagClassName
{
color: #CFA90F;
}
</style>
background-color css
<style>
a { background-color: #CFA90F; }
a { background-color: rgb(207,169,15); }
div.DivClassName
{
background-color: #CFA90F;
}
.BgClassName
{
background-color: #CFA90F;
}
</style>
border-color css
<style>
span { border-color: #CFA90F; }
span { border-color: rgb(207,169,15); }
td.TdClassName
{
border-color: #CFA90F;
}
.TagClassName
{
border-color: #CFA90F;
}
</style>