Shades of Galliano #CFB020
Tints of Galliano #CFB020
RGB
CMYK
RGB Variations
Color information
#CFB020 (or 0xCFB020) is known color: Galliano. HEX triplet: CF, B0 and 20. RGB value is (207,176,32). Sum of RGB (Red+Green+Blue) = 207+176+32=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB020 is #304FDF. Grayscale: #A9A9A9. Windows color (decimal): -3166176 or 2142415. OLE color: 2142415.
HSL color Cylindrical-coordinate representation of color #CFB020: hue angle of 49.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFB020 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 32 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.37º | 0.73% | 0.47% | - |
| HSV(B) | 49.37º | 0.85% | 0.81% | - |
| XYZ | 41.52 | 44.42 | 7.75 | - |
| YUV | 168.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 32 | 0 | 0.15 | 0.85 | 0.19 | 49.37 | 0.73 | 0.47 |
| Hex | CF | B0 | 20 | 0 | F | 55 | 13 | 31 | 49 | 2F |
| Octal | 317 | 260 | 40 | 0 | 17 | 125 | 23 | 61 | 111 | 57 |
| Binary | 11001111 | 10110000 | 100000 | 0 | 1111 | 1010101 | 10011 | 110001 | 1001001 | 101111 |
Color Harmonies of #CFB020
Complementary color
Monochromatic Colors of #CFB020
Black with #CFB020
Text Example
Text Example
White with #CFB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB020; }
p { color: rgb(207,176,32); }
H1.HeaderClassName
{
color: #CFB020;
}
.AnyTagClassName
{
color: #CFB020;
}
</style>
background-color css
<style>
a { background-color: #CFB020; }
a { background-color: rgb(207,176,32); }
div.DivClassName
{
background-color: #CFB020;
}
.BgClassName
{
background-color: #CFB020;
}
</style>
border-color css
<style>
span { border-color: #CFB020; }
span { border-color: rgb(207,176,32); }
td.TdClassName
{
border-color: #CFB020;
}
.TagClassName
{
border-color: #CFB020;
}
</style>