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