Shades of Galliano #CFB325
Tints of Galliano #CFB325
RGB
CMYK
RGB Variations
Color information
#CFB325 (or 0xCFB325) is known color: Galliano. HEX triplet: CF, B3 and 25. RGB value is (207,179,37). Sum of RGB (Red+Green+Blue) = 207+179+37=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB325 is #304CDA. Grayscale: #ABABAB. Windows color (decimal): -3165403 or 2470863. OLE color: 2470863.
HSL color Cylindrical-coordinate representation of color #CFB325: hue angle of 50.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFB325 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 37 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.19 |
| HSL | 50.12º | 0.7% | 0.48% | - |
| HSV(B) | 50.12º | 0.82% | 0.81% | - |
| XYZ | 42.19 | 45.64 | 8.34 | - |
| YUV | 171.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 37 | 0 | 0.14 | 0.82 | 0.19 | 50.12 | 0.7 | 0.48 |
| Hex | CF | B3 | 25 | 0 | E | 52 | 13 | 32 | 46 | 30 |
| Octal | 317 | 263 | 45 | 0 | 16 | 122 | 23 | 62 | 106 | 60 |
| Binary | 11001111 | 10110011 | 100101 | 0 | 1110 | 1010010 | 10011 | 110010 | 1000110 | 110000 |
Color Harmonies of #CFB325
Complementary color
Monochromatic Colors of #CFB325
Black with #CFB325
Text Example
Text Example
White with #CFB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB325; }
p { color: rgb(207,179,37); }
H1.HeaderClassName
{
color: #CFB325;
}
.AnyTagClassName
{
color: #CFB325;
}
</style>
background-color css
<style>
a { background-color: #CFB325; }
a { background-color: rgb(207,179,37); }
div.DivClassName
{
background-color: #CFB325;
}
.BgClassName
{
background-color: #CFB325;
}
</style>
border-color css
<style>
span { border-color: #CFB325; }
span { border-color: rgb(207,179,37); }
td.TdClassName
{
border-color: #CFB325;
}
.TagClassName
{
border-color: #CFB325;
}
</style>