Shades of Galliano #CFAA10
Tints of Galliano #CFAA10
RGB
CMYK
RGB Variations
Color information
#CFAA10 (or 0xCFAA10) is known color: Galliano. HEX triplet: CF, AA and 10. RGB value is (207,170,16). Sum of RGB (Red+Green+Blue) = 207+170+16=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA10 is #3055EF. Grayscale: #A4A4A4. Windows color (decimal): -3167728 or 1092303. OLE color: 1092303.
HSL color Cylindrical-coordinate representation of color #CFAA10: hue angle of 48.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFAA10 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 16 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.19 |
| HSL | 48.38º | 0.86% | 0.44% | - |
| HSV(B) | 48.38º | 0.92% | 0.81% | - |
| XYZ | 40.2 | 42.05 | 6.49 | - |
| YUV | 163.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 16 | 0 | 0.18 | 0.92 | 0.19 | 48.38 | 0.86 | 0.44 |
| Hex | CF | AA | 10 | 0 | 12 | 5C | 13 | 30 | 56 | 2C |
| Octal | 317 | 252 | 20 | 0 | 22 | 134 | 23 | 60 | 126 | 54 |
| Binary | 11001111 | 10101010 | 10000 | 0 | 10010 | 1011100 | 10011 | 110000 | 1010110 | 101100 |
Color Harmonies of #CFAA10
Complementary color
Monochromatic Colors of #CFAA10
Black with #CFAA10
Text Example
Text Example
White with #CFAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA10; }
p { color: rgb(207,170,16); }
H1.HeaderClassName
{
color: #CFAA10;
}
.AnyTagClassName
{
color: #CFAA10;
}
</style>
background-color css
<style>
a { background-color: #CFAA10; }
a { background-color: rgb(207,170,16); }
div.DivClassName
{
background-color: #CFAA10;
}
.BgClassName
{
background-color: #CFAA10;
}
</style>
border-color css
<style>
span { border-color: #CFAA10; }
span { border-color: rgb(207,170,16); }
td.TdClassName
{
border-color: #CFAA10;
}
.TagClassName
{
border-color: #CFAA10;
}
</style>