Shades of Galliano #CFA825
Tints of Galliano #CFA825
RGB
CMYK
RGB Variations
Color information
#CFA825 (or 0xCFA825) is known color: Galliano. HEX triplet: CF, A8 and 25. RGB value is (207,168,37). Sum of RGB (Red+Green+Blue) = 207+168+37=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA825 is #3057DA. Grayscale: #A5A5A5. Windows color (decimal): -3168219 or 2468047. OLE color: 2468047.
HSL color Cylindrical-coordinate representation of color #CFA825: hue angle of 46.24º 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 #CFA825 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 37 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.19 |
| HSL | 46.24º | 0.7% | 0.48% | - |
| HSV(B) | 46.24º | 0.82% | 0.81% | - |
| XYZ | 40.07 | 41.4 | 7.63 | - |
| YUV | 164.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 37 | 0 | 0.19 | 0.82 | 0.19 | 46.24 | 0.7 | 0.48 |
| Hex | CF | A8 | 25 | 0 | 13 | 52 | 13 | 2E | 46 | 30 |
| Octal | 317 | 250 | 45 | 0 | 23 | 122 | 23 | 56 | 106 | 60 |
| Binary | 11001111 | 10101000 | 100101 | 0 | 10011 | 1010010 | 10011 | 101110 | 1000110 | 110000 |
Color Harmonies of #CFA825
Complementary color
Monochromatic Colors of #CFA825
Black with #CFA825
Text Example
Text Example
White with #CFA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA825; }
p { color: rgb(207,168,37); }
H1.HeaderClassName
{
color: #CFA825;
}
.AnyTagClassName
{
color: #CFA825;
}
</style>
background-color css
<style>
a { background-color: #CFA825; }
a { background-color: rgb(207,168,37); }
div.DivClassName
{
background-color: #CFA825;
}
.BgClassName
{
background-color: #CFA825;
}
</style>
border-color css
<style>
span { border-color: #CFA825; }
span { border-color: rgb(207,168,37); }
td.TdClassName
{
border-color: #CFA825;
}
.TagClassName
{
border-color: #CFA825;
}
</style>