Shades of Galliano #CFA80B
Tints of Galliano #CFA80B
RGB
CMYK
RGB Variations
Color information
#CFA80B (or 0xCFA80B) is known color: Galliano. HEX triplet: CF, A8 and 0B. RGB value is (207,168,11). Sum of RGB (Red+Green+Blue) = 207+168+11=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA80B is #3057F4. Grayscale: #A2A2A2. Windows color (decimal): -3168245 or 764111. OLE color: 764111.
HSL color Cylindrical-coordinate representation of color #CFA80B: hue angle of 48.06º 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 #CFA80B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.19 |
| HSL | 48.06º | 0.9% | 0.43% | - |
| HSV(B) | 48.06º | 0.95% | 0.81% | - |
| XYZ | 39.8 | 41.29 | 6.19 | - |
| YUV | 161.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 11 | 0 | 0.19 | 0.95 | 0.19 | 48.06 | 0.9 | 0.43 |
| Hex | CF | A8 | B | 0 | 13 | 5F | 13 | 30 | 5A | 2B |
| Octal | 317 | 250 | 13 | 0 | 23 | 137 | 23 | 60 | 132 | 53 |
| Binary | 11001111 | 10101000 | 1011 | 0 | 10011 | 1011111 | 10011 | 110000 | 1011010 | 101011 |
Color Harmonies of #CFA80B
Complementary color
Monochromatic Colors of #CFA80B
Black with #CFA80B
Text Example
Text Example
White with #CFA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA80B; }
p { color: rgb(207,168,11); }
H1.HeaderClassName
{
color: #CFA80B;
}
.AnyTagClassName
{
color: #CFA80B;
}
</style>
background-color css
<style>
a { background-color: #CFA80B; }
a { background-color: rgb(207,168,11); }
div.DivClassName
{
background-color: #CFA80B;
}
.BgClassName
{
background-color: #CFA80B;
}
</style>
border-color css
<style>
span { border-color: #CFA80B; }
span { border-color: rgb(207,168,11); }
td.TdClassName
{
border-color: #CFA80B;
}
.TagClassName
{
border-color: #CFA80B;
}
</style>