Shades of Galliano #CFA02B
Tints of Galliano #CFA02B
RGB
CMYK
RGB Variations
Color information
#CFA02B (or 0xCFA02B) is known color: Galliano. HEX triplet: CF, A0 and 2B. RGB value is (207,160,43). Sum of RGB (Red+Green+Blue) = 207+160+43=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA02B is #305FD4. Grayscale: #A1A1A1. Windows color (decimal): -3170261 or 2859215. OLE color: 2859215.
HSL color Cylindrical-coordinate representation of color #CFA02B: hue angle of 42.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFA02B is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 43 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.19 |
| HSL | 42.8º | 0.66% | 0.49% | - |
| HSV(B) | 42.8º | 0.79% | 0.81% | - |
| XYZ | 38.74 | 38.58 | 7.69 | - |
| YUV | 160.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 43 | 0 | 0.23 | 0.79 | 0.19 | 42.8 | 0.66 | 0.49 |
| Hex | CF | A0 | 2B | 0 | 17 | 4F | 13 | 2B | 42 | 31 |
| Octal | 317 | 240 | 53 | 0 | 27 | 117 | 23 | 53 | 102 | 61 |
| Binary | 11001111 | 10100000 | 101011 | 0 | 10111 | 1001111 | 10011 | 101011 | 1000010 | 110001 |
Color Harmonies of #CFA02B
Complementary color
Monochromatic Colors of #CFA02B
Black with #CFA02B
Text Example
Text Example
White with #CFA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA02B; }
p { color: rgb(207,160,43); }
H1.HeaderClassName
{
color: #CFA02B;
}
.AnyTagClassName
{
color: #CFA02B;
}
</style>
background-color css
<style>
a { background-color: #CFA02B; }
a { background-color: rgb(207,160,43); }
div.DivClassName
{
background-color: #CFA02B;
}
.BgClassName
{
background-color: #CFA02B;
}
</style>
border-color css
<style>
span { border-color: #CFA02B; }
span { border-color: rgb(207,160,43); }
td.TdClassName
{
border-color: #CFA02B;
}
.TagClassName
{
border-color: #CFA02B;
}
</style>