Shades of Galliano #CFAC28
Tints of Galliano #CFAC28
RGB
CMYK
RGB Variations
Color information
#CFAC28 (or 0xCFAC28) is known color: Galliano. HEX triplet: CF, AC and 28. RGB value is (207,172,40). Sum of RGB (Red+Green+Blue) = 207+172+40=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC28 is #3053D7. Grayscale: #A7A7A7. Windows color (decimal): -3167192 or 2665679. OLE color: 2665679.
HSL color Cylindrical-coordinate representation of color #CFAC28: hue angle of 47.43º 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 #CFAC28 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 40 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.19 |
| HSL | 47.43º | 0.68% | 0.48% | - |
| HSV(B) | 47.43º | 0.81% | 0.81% | - |
| XYZ | 40.87 | 42.92 | 8.14 | - |
| YUV | 167.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 40 | 0 | 0.17 | 0.81 | 0.19 | 47.43 | 0.68 | 0.48 |
| Hex | CF | AC | 28 | 0 | 11 | 51 | 13 | 2F | 44 | 30 |
| Octal | 317 | 254 | 50 | 0 | 21 | 121 | 23 | 57 | 104 | 60 |
| Binary | 11001111 | 10101100 | 101000 | 0 | 10001 | 1010001 | 10011 | 101111 | 1000100 | 110000 |
Color Harmonies of #CFAC28
Complementary color
Monochromatic Colors of #CFAC28
Black with #CFAC28
Text Example
Text Example
White with #CFAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC28; }
p { color: rgb(207,172,40); }
H1.HeaderClassName
{
color: #CFAC28;
}
.AnyTagClassName
{
color: #CFAC28;
}
</style>
background-color css
<style>
a { background-color: #CFAC28; }
a { background-color: rgb(207,172,40); }
div.DivClassName
{
background-color: #CFAC28;
}
.BgClassName
{
background-color: #CFAC28;
}
</style>
border-color css
<style>
span { border-color: #CFAC28; }
span { border-color: rgb(207,172,40); }
td.TdClassName
{
border-color: #CFAC28;
}
.TagClassName
{
border-color: #CFAC28;
}
</style>