Shades of Galliano #CFA70B
Tints of Galliano #CFA70B
RGB
CMYK
RGB Variations
Color information
#CFA70B (or 0xCFA70B) is known color: Galliano. HEX triplet: CF, A7 and 0B. RGB value is (207,167,11). Sum of RGB (Red+Green+Blue) = 207+167+11=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA70B is #3058F4. Grayscale: #A1A1A1. Windows color (decimal): -3168501 or 763855. OLE color: 763855.
HSL color Cylindrical-coordinate representation of color #CFA70B: hue angle of 47.76º degrees, saturation: 0.9, 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 #CFA70B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.19 |
| HSL | 47.76º | 0.9% | 0.43% | - |
| HSV(B) | 47.76º | 0.95% | 0.81% | - |
| XYZ | 39.61 | 40.93 | 6.13 | - |
| YUV | 161.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 11 | 0 | 0.19 | 0.95 | 0.19 | 47.76 | 0.9 | 0.43 |
| Hex | CF | A7 | B | 0 | 13 | 5F | 13 | 30 | 5A | 2B |
| Octal | 317 | 247 | 13 | 0 | 23 | 137 | 23 | 60 | 132 | 53 |
| Binary | 11001111 | 10100111 | 1011 | 0 | 10011 | 1011111 | 10011 | 110000 | 1011010 | 101011 |
Color Harmonies of #CFA70B
Complementary color
Monochromatic Colors of #CFA70B
Black with #CFA70B
Text Example
Text Example
White with #CFA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA70B; }
p { color: rgb(207,167,11); }
H1.HeaderClassName
{
color: #CFA70B;
}
.AnyTagClassName
{
color: #CFA70B;
}
</style>
background-color css
<style>
a { background-color: #CFA70B; }
a { background-color: rgb(207,167,11); }
div.DivClassName
{
background-color: #CFA70B;
}
.BgClassName
{
background-color: #CFA70B;
}
</style>
border-color css
<style>
span { border-color: #CFA70B; }
span { border-color: rgb(207,167,11); }
td.TdClassName
{
border-color: #CFA70B;
}
.TagClassName
{
border-color: #CFA70B;
}
</style>