Shades of Galliano #CFA52E
Tints of Galliano #CFA52E
RGB
CMYK
RGB Variations
Color information
#CFA52E (or 0xCFA52E) is known color: Galliano. HEX triplet: CF, A5 and 2E. RGB value is (207,165,46). Sum of RGB (Red+Green+Blue) = 207+165+46=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA52E is #305AD1. Grayscale: #A4A4A4. Windows color (decimal): -3168978 or 3057103. OLE color: 3057103.
HSL color Cylindrical-coordinate representation of color #CFA52E: hue angle of 44.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA52E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 46 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.19 |
| HSL | 44.35º | 0.64% | 0.5% | - |
| HSV(B) | 44.35º | 0.78% | 0.81% | - |
| XYZ | 39.68 | 40.37 | 8.29 | - |
| YUV | 163.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 46 | 0 | 0.20 | 0.78 | 0.19 | 44.35 | 0.64 | 0.5 |
| Hex | CF | A5 | 2E | 0 | 14 | 4E | 13 | 2C | 40 | 32 |
| Octal | 317 | 245 | 56 | 0 | 24 | 116 | 23 | 54 | 100 | 62 |
| Binary | 11001111 | 10100101 | 101110 | 0 | 10100 | 1001110 | 10011 | 101100 | 1000000 | 110010 |
Color Harmonies of #CFA52E
Complementary color
Monochromatic Colors of #CFA52E
Black with #CFA52E
Text Example
Text Example
White with #CFA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA52E; }
p { color: rgb(207,165,46); }
H1.HeaderClassName
{
color: #CFA52E;
}
.AnyTagClassName
{
color: #CFA52E;
}
</style>
background-color css
<style>
a { background-color: #CFA52E; }
a { background-color: rgb(207,165,46); }
div.DivClassName
{
background-color: #CFA52E;
}
.BgClassName
{
background-color: #CFA52E;
}
</style>
border-color css
<style>
span { border-color: #CFA52E; }
span { border-color: rgb(207,165,46); }
td.TdClassName
{
border-color: #CFA52E;
}
.TagClassName
{
border-color: #CFA52E;
}
</style>