Shades of Galliano #CFA828
Tints of Galliano #CFA828
RGB
CMYK
RGB Variations
Color information
#CFA828 (or 0xCFA828) is known color: Galliano. HEX triplet: CF, A8 and 28. RGB value is (207,168,40). Sum of RGB (Red+Green+Blue) = 207+168+40=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA828 is #3057D7. Grayscale: #A5A5A5. Windows color (decimal): -3168216 or 2664655. OLE color: 2664655.
HSL color Cylindrical-coordinate representation of color #CFA828: hue angle of 45.99º 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 #CFA828 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 40 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.19 |
| HSL | 45.99º | 0.68% | 0.48% | - |
| HSV(B) | 45.99º | 0.81% | 0.81% | - |
| XYZ | 40.12 | 41.42 | 7.89 | - |
| YUV | 165.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 40 | 0 | 0.19 | 0.81 | 0.19 | 45.99 | 0.68 | 0.48 |
| Hex | CF | A8 | 28 | 0 | 13 | 51 | 13 | 2E | 44 | 30 |
| Octal | 317 | 250 | 50 | 0 | 23 | 121 | 23 | 56 | 104 | 60 |
| Binary | 11001111 | 10101000 | 101000 | 0 | 10011 | 1010001 | 10011 | 101110 | 1000100 | 110000 |
Color Harmonies of #CFA828
Complementary color
Monochromatic Colors of #CFA828
Black with #CFA828
Text Example
Text Example
White with #CFA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA828; }
p { color: rgb(207,168,40); }
H1.HeaderClassName
{
color: #CFA828;
}
.AnyTagClassName
{
color: #CFA828;
}
</style>
background-color css
<style>
a { background-color: #CFA828; }
a { background-color: rgb(207,168,40); }
div.DivClassName
{
background-color: #CFA828;
}
.BgClassName
{
background-color: #CFA828;
}
</style>
border-color css
<style>
span { border-color: #CFA828; }
span { border-color: rgb(207,168,40); }
td.TdClassName
{
border-color: #CFA828;
}
.TagClassName
{
border-color: #CFA828;
}
</style>