Shades of Galliano #CFA11D
Tints of Galliano #CFA11D
RGB
CMYK
RGB Variations
Color information
#CFA11D (or 0xCFA11D) is known color: Galliano. HEX triplet: CF, A1 and 1D. RGB value is (207,161,29). Sum of RGB (Red+Green+Blue) = 207+161+29=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA11D is #305EE2. Grayscale: #A0A0A0. Windows color (decimal): -3170019 or 1941967. OLE color: 1941967.
HSL color Cylindrical-coordinate representation of color #CFA11D: hue angle of 44.49º 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 #CFA11D is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 29 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.19 |
| HSL | 44.49º | 0.75% | 0.46% | - |
| HSV(B) | 44.49º | 0.86% | 0.81% | - |
| XYZ | 38.7 | 38.84 | 6.62 | - |
| YUV | 159.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 29 | 0 | 0.22 | 0.86 | 0.19 | 44.49 | 0.75 | 0.46 |
| Hex | CF | A1 | 1D | 0 | 16 | 56 | 13 | 2C | 4B | 2E |
| Octal | 317 | 241 | 35 | 0 | 26 | 126 | 23 | 54 | 113 | 56 |
| Binary | 11001111 | 10100001 | 11101 | 0 | 10110 | 1010110 | 10011 | 101100 | 1001011 | 101110 |
Color Harmonies of #CFA11D
Complementary color
Monochromatic Colors of #CFA11D
Black with #CFA11D
Text Example
Text Example
White with #CFA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA11D; }
p { color: rgb(207,161,29); }
H1.HeaderClassName
{
color: #CFA11D;
}
.AnyTagClassName
{
color: #CFA11D;
}
</style>
background-color css
<style>
a { background-color: #CFA11D; }
a { background-color: rgb(207,161,29); }
div.DivClassName
{
background-color: #CFA11D;
}
.BgClassName
{
background-color: #CFA11D;
}
</style>
border-color css
<style>
span { border-color: #CFA11D; }
span { border-color: rgb(207,161,29); }
td.TdClassName
{
border-color: #CFA11D;
}
.TagClassName
{
border-color: #CFA11D;
}
</style>