Shades of Galliano #CFA70F
Tints of Galliano #CFA70F
RGB
CMYK
RGB Variations
Color information
#CFA70F (or 0xCFA70F) is known color: Galliano. HEX triplet: CF, A7 and 0F. RGB value is (207,167,15). Sum of RGB (Red+Green+Blue) = 207+167+15=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA70F is #3058F0. Grayscale: #A2A2A2. Windows color (decimal): -3168497 or 1025999. OLE color: 1025999.
HSL color Cylindrical-coordinate representation of color #CFA70F: hue angle of 47.5º 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 #CFA70F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.19 |
| HSL | 47.5º | 0.86% | 0.44% | - |
| HSV(B) | 47.5º | 0.93% | 0.81% | - |
| XYZ | 39.64 | 40.94 | 6.26 | - |
| YUV | 161.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 15 | 0 | 0.19 | 0.93 | 0.19 | 47.5 | 0.86 | 0.44 |
| Hex | CF | A7 | F | 0 | 13 | 5D | 13 | 30 | 56 | 2C |
| Octal | 317 | 247 | 17 | 0 | 23 | 135 | 23 | 60 | 126 | 54 |
| Binary | 11001111 | 10100111 | 1111 | 0 | 10011 | 1011101 | 10011 | 110000 | 1010110 | 101100 |
Color Harmonies of #CFA70F
Complementary color
Monochromatic Colors of #CFA70F
Black with #CFA70F
Text Example
Text Example
White with #CFA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA70F; }
p { color: rgb(207,167,15); }
H1.HeaderClassName
{
color: #CFA70F;
}
.AnyTagClassName
{
color: #CFA70F;
}
</style>
background-color css
<style>
a { background-color: #CFA70F; }
a { background-color: rgb(207,167,15); }
div.DivClassName
{
background-color: #CFA70F;
}
.BgClassName
{
background-color: #CFA70F;
}
</style>
border-color css
<style>
span { border-color: #CFA70F; }
span { border-color: rgb(207,167,15); }
td.TdClassName
{
border-color: #CFA70F;
}
.TagClassName
{
border-color: #CFA70F;
}
</style>