Shades of Galliano #CFA82C
Tints of Galliano #CFA82C
RGB
CMYK
RGB Variations
Color information
#CFA82C (or 0xCFA82C) is known color: Galliano. HEX triplet: CF, A8 and 2C. RGB value is (207,168,44). Sum of RGB (Red+Green+Blue) = 207+168+44=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA82C is #3057D3. Grayscale: #A6A6A6. Windows color (decimal): -3168212 or 2926799. OLE color: 2926799.
HSL color Cylindrical-coordinate representation of color #CFA82C: hue angle of 45.64º 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 #CFA82C is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 44 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.19 |
| HSL | 45.64º | 0.65% | 0.49% | - |
| HSV(B) | 45.64º | 0.79% | 0.81% | - |
| XYZ | 40.19 | 41.45 | 8.27 | - |
| YUV | 165.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 44 | 0 | 0.19 | 0.79 | 0.19 | 45.64 | 0.65 | 0.49 |
| Hex | CF | A8 | 2C | 0 | 13 | 4F | 13 | 2E | 41 | 31 |
| Octal | 317 | 250 | 54 | 0 | 23 | 117 | 23 | 56 | 101 | 61 |
| Binary | 11001111 | 10101000 | 101100 | 0 | 10011 | 1001111 | 10011 | 101110 | 1000001 | 110001 |
Color Harmonies of #CFA82C
Complementary color
Monochromatic Colors of #CFA82C
Black with #CFA82C
Text Example
Text Example
White with #CFA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA82C; }
p { color: rgb(207,168,44); }
H1.HeaderClassName
{
color: #CFA82C;
}
.AnyTagClassName
{
color: #CFA82C;
}
</style>
background-color css
<style>
a { background-color: #CFA82C; }
a { background-color: rgb(207,168,44); }
div.DivClassName
{
background-color: #CFA82C;
}
.BgClassName
{
background-color: #CFA82C;
}
</style>
border-color css
<style>
span { border-color: #CFA82C; }
span { border-color: rgb(207,168,44); }
td.TdClassName
{
border-color: #CFA82C;
}
.TagClassName
{
border-color: #CFA82C;
}
</style>