Shades of Galliano #CFA91D
Tints of Galliano #CFA91D
RGB
CMYK
RGB Variations
Color information
#CFA91D (or 0xCFA91D) is known color: Galliano. HEX triplet: CF, A9 and 1D. RGB value is (207,169,29). Sum of RGB (Red+Green+Blue) = 207+169+29=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA91D is #3056E2. Grayscale: #A5A5A5. Windows color (decimal): -3167971 or 1944015. OLE color: 1944015.
HSL color Cylindrical-coordinate representation of color #CFA91D: hue angle of 47.19º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA91D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 29 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.19 |
| HSL | 47.19º | 0.75% | 0.46% | - |
| HSV(B) | 47.19º | 0.86% | 0.81% | - |
| XYZ | 40.14 | 41.73 | 7.1 | - |
| YUV | 164.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 29 | 0 | 0.18 | 0.86 | 0.19 | 47.19 | 0.75 | 0.46 |
| Hex | CF | A9 | 1D | 0 | 12 | 56 | 13 | 2F | 4B | 2E |
| Octal | 317 | 251 | 35 | 0 | 22 | 126 | 23 | 57 | 113 | 56 |
| Binary | 11001111 | 10101001 | 11101 | 0 | 10010 | 1010110 | 10011 | 101111 | 1001011 | 101110 |
Color Harmonies of #CFA91D
Complementary color
Monochromatic Colors of #CFA91D
Black with #CFA91D
Text Example
Text Example
White with #CFA91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA91D; }
p { color: rgb(207,169,29); }
H1.HeaderClassName
{
color: #CFA91D;
}
.AnyTagClassName
{
color: #CFA91D;
}
</style>
background-color css
<style>
a { background-color: #CFA91D; }
a { background-color: rgb(207,169,29); }
div.DivClassName
{
background-color: #CFA91D;
}
.BgClassName
{
background-color: #CFA91D;
}
</style>
border-color css
<style>
span { border-color: #CFA91D; }
span { border-color: rgb(207,169,29); }
td.TdClassName
{
border-color: #CFA91D;
}
.TagClassName
{
border-color: #CFA91D;
}
</style>