Shades of Galliano #CFA90A
Tints of Galliano #CFA90A
RGB
CMYK
RGB Variations
Color information
#CFA90A (or 0xCFA90A) is known color: Galliano. HEX triplet: CF, A9 and 0A. RGB value is (207,169,10). Sum of RGB (Red+Green+Blue) = 207+169+10=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA90A is #3056F5. Grayscale: #A2A2A2. Windows color (decimal): -3167990 or 698831. OLE color: 698831.
HSL color Cylindrical-coordinate representation of color #CFA90A: hue angle of 48.43º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA90A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.19 |
| HSL | 48.43º | 0.91% | 0.43% | - |
| HSV(B) | 48.43º | 0.95% | 0.81% | - |
| XYZ | 39.97 | 41.66 | 6.22 | - |
| YUV | 162.24 | 42.09 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 10 | 0 | 0.18 | 0.95 | 0.19 | 48.43 | 0.91 | 0.43 |
| Hex | CF | A9 | A | 0 | 12 | 5F | 13 | 30 | 5B | 2B |
| Octal | 317 | 251 | 12 | 0 | 22 | 137 | 23 | 60 | 133 | 53 |
| Binary | 11001111 | 10101001 | 1010 | 0 | 10010 | 1011111 | 10011 | 110000 | 1011011 | 101011 |
Color Harmonies of #CFA90A
Complementary color
Monochromatic Colors of #CFA90A
Black with #CFA90A
Text Example
Text Example
White with #CFA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA90A; }
p { color: rgb(207,169,10); }
H1.HeaderClassName
{
color: #CFA90A;
}
.AnyTagClassName
{
color: #CFA90A;
}
</style>
background-color css
<style>
a { background-color: #CFA90A; }
a { background-color: rgb(207,169,10); }
div.DivClassName
{
background-color: #CFA90A;
}
.BgClassName
{
background-color: #CFA90A;
}
</style>
border-color css
<style>
span { border-color: #CFA90A; }
span { border-color: rgb(207,169,10); }
td.TdClassName
{
border-color: #CFA90A;
}
.TagClassName
{
border-color: #CFA90A;
}
</style>