Shades of Galliano #CFA529
Tints of Galliano #CFA529
RGB
CMYK
RGB Variations
Color information
#CFA529 (or 0xCFA529) is known color: Galliano. HEX triplet: CF, A5 and 29. RGB value is (207,165,41). Sum of RGB (Red+Green+Blue) = 207+165+41=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA529 is #305AD6. Grayscale: #A3A3A3. Windows color (decimal): -3168983 or 2729423. OLE color: 2729423.
HSL color Cylindrical-coordinate representation of color #CFA529: hue angle of 44.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFA529 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 41 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.19 |
| HSL | 44.82º | 0.67% | 0.49% | - |
| HSV(B) | 44.82º | 0.8% | 0.81% | - |
| XYZ | 39.59 | 40.34 | 7.8 | - |
| YUV | 163.42 | 58.91 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 41 | 0 | 0.20 | 0.80 | 0.19 | 44.82 | 0.67 | 0.49 |
| Hex | CF | A5 | 29 | 0 | 14 | 50 | 13 | 2D | 43 | 31 |
| Octal | 317 | 245 | 51 | 0 | 24 | 120 | 23 | 55 | 103 | 61 |
| Binary | 11001111 | 10100101 | 101001 | 0 | 10100 | 1010000 | 10011 | 101101 | 1000011 | 110001 |
Color Harmonies of #CFA529
Complementary color
Monochromatic Colors of #CFA529
Black with #CFA529
Text Example
Text Example
White with #CFA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA529; }
p { color: rgb(207,165,41); }
H1.HeaderClassName
{
color: #CFA529;
}
.AnyTagClassName
{
color: #CFA529;
}
</style>
background-color css
<style>
a { background-color: #CFA529; }
a { background-color: rgb(207,165,41); }
div.DivClassName
{
background-color: #CFA529;
}
.BgClassName
{
background-color: #CFA529;
}
</style>
border-color css
<style>
span { border-color: #CFA529; }
span { border-color: rgb(207,165,41); }
td.TdClassName
{
border-color: #CFA529;
}
.TagClassName
{
border-color: #CFA529;
}
</style>