Shades of Galliano #CFA12D
Tints of Galliano #CFA12D
RGB
CMYK
RGB Variations
Color information
#CFA12D (or 0xCFA12D) is known color: Galliano. HEX triplet: CF, A1 and 2D. RGB value is (207,161,45). Sum of RGB (Red+Green+Blue) = 207+161+45=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA12D is #305ED2. Grayscale: #A2A2A2. Windows color (decimal): -3170003 or 2990543. OLE color: 2990543.
HSL color Cylindrical-coordinate representation of color #CFA12D: hue angle of 42.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFA12D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 45 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.19 |
| HSL | 42.96º | 0.64% | 0.49% | - |
| HSV(B) | 42.96º | 0.78% | 0.81% | - |
| XYZ | 38.95 | 38.94 | 7.95 | - |
| YUV | 161.53 | 62.24 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 45 | 0 | 0.22 | 0.78 | 0.19 | 42.96 | 0.64 | 0.49 |
| Hex | CF | A1 | 2D | 0 | 16 | 4E | 13 | 2B | 40 | 31 |
| Octal | 317 | 241 | 55 | 0 | 26 | 116 | 23 | 53 | 100 | 61 |
| Binary | 11001111 | 10100001 | 101101 | 0 | 10110 | 1001110 | 10011 | 101011 | 1000000 | 110001 |
Color Harmonies of #CFA12D
Complementary color
Monochromatic Colors of #CFA12D
Black with #CFA12D
Text Example
Text Example
White with #CFA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA12D; }
p { color: rgb(207,161,45); }
H1.HeaderClassName
{
color: #CFA12D;
}
.AnyTagClassName
{
color: #CFA12D;
}
</style>
background-color css
<style>
a { background-color: #CFA12D; }
a { background-color: rgb(207,161,45); }
div.DivClassName
{
background-color: #CFA12D;
}
.BgClassName
{
background-color: #CFA12D;
}
</style>
border-color css
<style>
span { border-color: #CFA12D; }
span { border-color: rgb(207,161,45); }
td.TdClassName
{
border-color: #CFA12D;
}
.TagClassName
{
border-color: #CFA12D;
}
</style>