Shades of Galliano #CFAA1B
Tints of Galliano #CFAA1B
RGB
CMYK
RGB Variations
Color information
#CFAA1B (or 0xCFAA1B) is known color: Galliano. HEX triplet: CF, AA and 1B. RGB value is (207,170,27). Sum of RGB (Red+Green+Blue) = 207+170+27=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA1B is #3055E4. Grayscale: #A5A5A5. Windows color (decimal): -3167717 or 1813199. OLE color: 1813199.
HSL color Cylindrical-coordinate representation of color #CFAA1B: hue angle of 47.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFAA1B is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 27 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.19 |
| HSL | 47.67º | 0.77% | 0.46% | - |
| HSV(B) | 47.67º | 0.87% | 0.81% | - |
| XYZ | 40.3 | 42.09 | 7.04 | - |
| YUV | 164.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 27 | 0 | 0.18 | 0.87 | 0.19 | 47.67 | 0.77 | 0.46 |
| Hex | CF | AA | 1B | 0 | 12 | 57 | 13 | 30 | 4D | 2E |
| Octal | 317 | 252 | 33 | 0 | 22 | 127 | 23 | 60 | 115 | 56 |
| Binary | 11001111 | 10101010 | 11011 | 0 | 10010 | 1010111 | 10011 | 110000 | 1001101 | 101110 |
Color Harmonies of #CFAA1B
Complementary color
Monochromatic Colors of #CFAA1B
Black with #CFAA1B
Text Example
Text Example
White with #CFAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA1B; }
p { color: rgb(207,170,27); }
H1.HeaderClassName
{
color: #CFAA1B;
}
.AnyTagClassName
{
color: #CFAA1B;
}
</style>
background-color css
<style>
a { background-color: #CFAA1B; }
a { background-color: rgb(207,170,27); }
div.DivClassName
{
background-color: #CFAA1B;
}
.BgClassName
{
background-color: #CFAA1B;
}
</style>
border-color css
<style>
span { border-color: #CFAA1B; }
span { border-color: rgb(207,170,27); }
td.TdClassName
{
border-color: #CFAA1B;
}
.TagClassName
{
border-color: #CFAA1B;
}
</style>