Shades of Galliano #CFB224
Tints of Galliano #CFB224
RGB
CMYK
RGB Variations
Color information
#CFB224 (or 0xCFB224) is known color: Galliano. HEX triplet: CF, B2 and 24. RGB value is (207,178,36). Sum of RGB (Red+Green+Blue) = 207+178+36=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB224 is #304DDB. Grayscale: #ABABAB. Windows color (decimal): -3165660 or 2405071. OLE color: 2405071.
HSL color Cylindrical-coordinate representation of color #CFB224: hue angle of 49.82º 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 #CFB224 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 36 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.19 |
| HSL | 49.82º | 0.7% | 0.48% | - |
| HSV(B) | 49.82º | 0.83% | 0.81% | - |
| XYZ | 41.97 | 45.23 | 8.19 | - |
| YUV | 170.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 36 | 0 | 0.14 | 0.83 | 0.19 | 49.82 | 0.7 | 0.48 |
| Hex | CF | B2 | 24 | 0 | E | 53 | 13 | 32 | 46 | 30 |
| Octal | 317 | 262 | 44 | 0 | 16 | 123 | 23 | 62 | 106 | 60 |
| Binary | 11001111 | 10110010 | 100100 | 0 | 1110 | 1010011 | 10011 | 110010 | 1000110 | 110000 |
Color Harmonies of #CFB224
Complementary color
Monochromatic Colors of #CFB224
Black with #CFB224
Text Example
Text Example
White with #CFB224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB224; }
p { color: rgb(207,178,36); }
H1.HeaderClassName
{
color: #CFB224;
}
.AnyTagClassName
{
color: #CFB224;
}
</style>
background-color css
<style>
a { background-color: #CFB224; }
a { background-color: rgb(207,178,36); }
div.DivClassName
{
background-color: #CFB224;
}
.BgClassName
{
background-color: #CFB224;
}
</style>
border-color css
<style>
span { border-color: #CFB224; }
span { border-color: rgb(207,178,36); }
td.TdClassName
{
border-color: #CFB224;
}
.TagClassName
{
border-color: #CFB224;
}
</style>