Shades of Galliano #CFB127
Tints of Galliano #CFB127
RGB
CMYK
RGB Variations
Color information
#CFB127 (or 0xCFB127) is known color: Galliano. HEX triplet: CF, B1 and 27. RGB value is (207,177,39). Sum of RGB (Red+Green+Blue) = 207+177+39=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB127 is #304ED8. Grayscale: #AAAAAA. Windows color (decimal): -3165913 or 2601423. OLE color: 2601423.
HSL color Cylindrical-coordinate representation of color #CFB127: hue angle of 49.29º 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 #CFB127 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 39 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.19 |
| HSL | 49.29º | 0.68% | 0.48% | - |
| HSV(B) | 49.29º | 0.81% | 0.81% | - |
| XYZ | 41.82 | 44.86 | 8.37 | - |
| YUV | 170.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 39 | 0 | 0.14 | 0.81 | 0.19 | 49.29 | 0.68 | 0.48 |
| Hex | CF | B1 | 27 | 0 | E | 51 | 13 | 31 | 44 | 30 |
| Octal | 317 | 261 | 47 | 0 | 16 | 121 | 23 | 61 | 104 | 60 |
| Binary | 11001111 | 10110001 | 100111 | 0 | 1110 | 1010001 | 10011 | 110001 | 1000100 | 110000 |
Color Harmonies of #CFB127
Complementary color
Monochromatic Colors of #CFB127
Black with #CFB127
Text Example
Text Example
White with #CFB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB127; }
p { color: rgb(207,177,39); }
H1.HeaderClassName
{
color: #CFB127;
}
.AnyTagClassName
{
color: #CFB127;
}
</style>
background-color css
<style>
a { background-color: #CFB127; }
a { background-color: rgb(207,177,39); }
div.DivClassName
{
background-color: #CFB127;
}
.BgClassName
{
background-color: #CFB127;
}
</style>
border-color css
<style>
span { border-color: #CFB127; }
span { border-color: rgb(207,177,39); }
td.TdClassName
{
border-color: #CFB127;
}
.TagClassName
{
border-color: #CFB127;
}
</style>