Shades of Galliano #CFA028
Tints of Galliano #CFA028
RGB
CMYK
RGB Variations
Color information
#CFA028 (or 0xCFA028) is known color: Galliano. HEX triplet: CF, A0 and 28. RGB value is (207,160,40). Sum of RGB (Red+Green+Blue) = 207+160+40=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA028 is #305FD7. Grayscale: #A0A0A0. Windows color (decimal): -3170264 or 2662607. OLE color: 2662607.
HSL color Cylindrical-coordinate representation of color #CFA028: hue angle of 43.11º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFA028 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 40 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.19 |
| HSL | 43.11º | 0.68% | 0.48% | - |
| HSV(B) | 43.11º | 0.81% | 0.81% | - |
| XYZ | 38.69 | 38.56 | 7.41 | - |
| YUV | 160.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 40 | 0 | 0.23 | 0.81 | 0.19 | 43.11 | 0.68 | 0.48 |
| Hex | CF | A0 | 28 | 0 | 17 | 51 | 13 | 2B | 44 | 30 |
| Octal | 317 | 240 | 50 | 0 | 27 | 121 | 23 | 53 | 104 | 60 |
| Binary | 11001111 | 10100000 | 101000 | 0 | 10111 | 1010001 | 10011 | 101011 | 1000100 | 110000 |
Color Harmonies of #CFA028
Complementary color
Monochromatic Colors of #CFA028
Black with #CFA028
Text Example
Text Example
White with #CFA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA028; }
p { color: rgb(207,160,40); }
H1.HeaderClassName
{
color: #CFA028;
}
.AnyTagClassName
{
color: #CFA028;
}
</style>
background-color css
<style>
a { background-color: #CFA028; }
a { background-color: rgb(207,160,40); }
div.DivClassName
{
background-color: #CFA028;
}
.BgClassName
{
background-color: #CFA028;
}
</style>
border-color css
<style>
span { border-color: #CFA028; }
span { border-color: rgb(207,160,40); }
td.TdClassName
{
border-color: #CFA028;
}
.TagClassName
{
border-color: #CFA028;
}
</style>