Shades of Galliano #CFA72C
Tints of Galliano #CFA72C
RGB
CMYK
RGB Variations
Color information
#CFA72C (or 0xCFA72C) is known color: Galliano. HEX triplet: CF, A7 and 2C. RGB value is (207,167,44). Sum of RGB (Red+Green+Blue) = 207+167+44=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA72C is #3058D3. Grayscale: #A5A5A5. Windows color (decimal): -3168468 or 2926543. OLE color: 2926543.
HSL color Cylindrical-coordinate representation of color #CFA72C: hue angle of 45.28º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFA72C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 44 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.19 |
| HSL | 45.28º | 0.65% | 0.49% | - |
| HSV(B) | 45.28º | 0.79% | 0.81% | - |
| XYZ | 40.01 | 41.08 | 8.2 | - |
| YUV | 164.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 44 | 0 | 0.19 | 0.79 | 0.19 | 45.28 | 0.65 | 0.49 |
| Hex | CF | A7 | 2C | 0 | 13 | 4F | 13 | 2D | 41 | 31 |
| Octal | 317 | 247 | 54 | 0 | 23 | 117 | 23 | 55 | 101 | 61 |
| Binary | 11001111 | 10100111 | 101100 | 0 | 10011 | 1001111 | 10011 | 101101 | 1000001 | 110001 |
Color Harmonies of #CFA72C
Complementary color
Monochromatic Colors of #CFA72C
Black with #CFA72C
Text Example
Text Example
White with #CFA72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA72C; }
p { color: rgb(207,167,44); }
H1.HeaderClassName
{
color: #CFA72C;
}
.AnyTagClassName
{
color: #CFA72C;
}
</style>
background-color css
<style>
a { background-color: #CFA72C; }
a { background-color: rgb(207,167,44); }
div.DivClassName
{
background-color: #CFA72C;
}
.BgClassName
{
background-color: #CFA72C;
}
</style>
border-color css
<style>
span { border-color: #CFA72C; }
span { border-color: rgb(207,167,44); }
td.TdClassName
{
border-color: #CFA72C;
}
.TagClassName
{
border-color: #CFA72C;
}
</style>