Shades of Galliano #CFAA17
Tints of Galliano #CFAA17
RGB
CMYK
RGB Variations
Color information
#CFAA17 (or 0xCFAA17) is known color: Galliano. HEX triplet: CF, AA and 17. RGB value is (207,170,23). Sum of RGB (Red+Green+Blue) = 207+170+23=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAA17 is #3055E8. Grayscale: #A4A4A4. Windows color (decimal): -3167721 or 1551055. OLE color: 1551055.
HSL color Cylindrical-coordinate representation of color #CFAA17: hue angle of 47.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFAA17 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.19 |
| HSL | 47.93º | 0.8% | 0.45% | - |
| HSV(B) | 47.93º | 0.89% | 0.81% | - |
| XYZ | 40.26 | 42.08 | 6.81 | - |
| YUV | 164.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 23 | 0 | 0.18 | 0.89 | 0.19 | 47.93 | 0.8 | 0.45 |
| Hex | CF | AA | 17 | 0 | 12 | 59 | 13 | 30 | 50 | 2D |
| Octal | 317 | 252 | 27 | 0 | 22 | 131 | 23 | 60 | 120 | 55 |
| Binary | 11001111 | 10101010 | 10111 | 0 | 10010 | 1011001 | 10011 | 110000 | 1010000 | 101101 |
Color Harmonies of #CFAA17
Complementary color
Monochromatic Colors of #CFAA17
Black with #CFAA17
Text Example
Text Example
White with #CFAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA17; }
p { color: rgb(207,170,23); }
H1.HeaderClassName
{
color: #CFAA17;
}
.AnyTagClassName
{
color: #CFAA17;
}
</style>
background-color css
<style>
a { background-color: #CFAA17; }
a { background-color: rgb(207,170,23); }
div.DivClassName
{
background-color: #CFAA17;
}
.BgClassName
{
background-color: #CFAA17;
}
</style>
border-color css
<style>
span { border-color: #CFAA17; }
span { border-color: rgb(207,170,23); }
td.TdClassName
{
border-color: #CFAA17;
}
.TagClassName
{
border-color: #CFAA17;
}
</style>