Shades of Galliano #CFA024
Tints of Galliano #CFA024
RGB
CMYK
RGB Variations
Color information
#CFA024 (or 0xCFA024) is known color: Galliano. HEX triplet: CF, A0 and 24. RGB value is (207,160,36). Sum of RGB (Red+Green+Blue) = 207+160+36=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA024 is #305FDB. Grayscale: #A0A0A0. Windows color (decimal): -3170268 or 2400463. OLE color: 2400463.
HSL color Cylindrical-coordinate representation of color #CFA024: hue angle of 43.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFA024 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 36 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.19 |
| HSL | 43.51º | 0.7% | 0.48% | - |
| HSV(B) | 43.51º | 0.83% | 0.81% | - |
| XYZ | 38.62 | 38.53 | 7.07 | - |
| YUV | 159.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 36 | 0 | 0.23 | 0.83 | 0.19 | 43.51 | 0.7 | 0.48 |
| Hex | CF | A0 | 24 | 0 | 17 | 53 | 13 | 2C | 46 | 30 |
| Octal | 317 | 240 | 44 | 0 | 27 | 123 | 23 | 54 | 106 | 60 |
| Binary | 11001111 | 10100000 | 100100 | 0 | 10111 | 1010011 | 10011 | 101100 | 1000110 | 110000 |
Color Harmonies of #CFA024
Complementary color
Monochromatic Colors of #CFA024
Black with #CFA024
Text Example
Text Example
White with #CFA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA024; }
p { color: rgb(207,160,36); }
H1.HeaderClassName
{
color: #CFA024;
}
.AnyTagClassName
{
color: #CFA024;
}
</style>
background-color css
<style>
a { background-color: #CFA024; }
a { background-color: rgb(207,160,36); }
div.DivClassName
{
background-color: #CFA024;
}
.BgClassName
{
background-color: #CFA024;
}
</style>
border-color css
<style>
span { border-color: #CFA024; }
span { border-color: rgb(207,160,36); }
td.TdClassName
{
border-color: #CFA024;
}
.TagClassName
{
border-color: #CFA024;
}
</style>