Shades of Galliano #CFA01D
Tints of Galliano #CFA01D
RGB
CMYK
RGB Variations
Color information
#CFA01D (or 0xCFA01D) is known color: Galliano. HEX triplet: CF, A0 and 1D. RGB value is (207,160,29). Sum of RGB (Red+Green+Blue) = 207+160+29=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA01D is #305FE2. Grayscale: #9F9F9F. Windows color (decimal): -3170275 or 1941711. OLE color: 1941711.
HSL color Cylindrical-coordinate representation of color #CFA01D: hue angle of 44.16º 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 #CFA01D is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 29 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.19 |
| HSL | 44.16º | 0.75% | 0.46% | - |
| HSV(B) | 44.16º | 0.86% | 0.81% | - |
| XYZ | 38.52 | 38.5 | 6.56 | - |
| YUV | 159.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 29 | 0 | 0.23 | 0.86 | 0.19 | 44.16 | 0.75 | 0.46 |
| Hex | CF | A0 | 1D | 0 | 17 | 56 | 13 | 2C | 4B | 2E |
| Octal | 317 | 240 | 35 | 0 | 27 | 126 | 23 | 54 | 113 | 56 |
| Binary | 11001111 | 10100000 | 11101 | 0 | 10111 | 1010110 | 10011 | 101100 | 1001011 | 101110 |
Color Harmonies of #CFA01D
Complementary color
Monochromatic Colors of #CFA01D
Black with #CFA01D
Text Example
Text Example
White with #CFA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA01D; }
p { color: rgb(207,160,29); }
H1.HeaderClassName
{
color: #CFA01D;
}
.AnyTagClassName
{
color: #CFA01D;
}
</style>
background-color css
<style>
a { background-color: #CFA01D; }
a { background-color: rgb(207,160,29); }
div.DivClassName
{
background-color: #CFA01D;
}
.BgClassName
{
background-color: #CFA01D;
}
</style>
border-color css
<style>
span { border-color: #CFA01D; }
span { border-color: rgb(207,160,29); }
td.TdClassName
{
border-color: #CFA01D;
}
.TagClassName
{
border-color: #CFA01D;
}
</style>